Examveda

In Java, which type of exceptions are checked at compile-time?

A. Custom exceptions

B. RuntimeExceptions

C. Checked exceptions

D. Unchecked exceptions

Answer: Option C


This Question Belongs to Java Program >> Exceptions

Join The Discussion

Comments (1)

  1. Ravindra Singh
    Ravindra Singh:
    1 year ago

    Whether exception is checked or unchecked compulsory it should occurs at runtime only and there is no chance of occuring any exceptions at the compile time .

Related Questions on Exceptions