DEVFYI - Developer Resource - FYI

What classes of exceptions may be caught by a catch clause?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

86. What classes of exceptions may be caught by a catch clause?

A catch clause can catch any exception that may be assigned to the Throwable type. This includes the Error and Exception types.

(Continued on next question...)

Other Interview Questions