DEVFYI - Developer Resource - FYI

512. What are checked exceptions?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

512. What are checked exceptions?

Checked exception are those which the Java compiler forces you to catch. e.g. IOException are checked Exceptions.

(Continued on next question...)

Other Interview Questions