DEVFYI - Developer Resource - FYI

What is throw

J2SE Interview Questions and Answers


(Continued from previous question...)

What is throw

A Java keyword that allows the user to throw an exception or any class that implements the "throwable" interface.

(Continued on next question...)

Other Interview Questions