DEVFYI - Developer Resource - FYI

What classes of exceptions may be thrown by a throw statement?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

317. What classes of exceptions may be thrown by a throw statement?

A throw statement may throw any expression that may be assigned to the Throwable type.

(Continued on next question...)

Other Interview Questions