DEVFYI - Developer Resource - FYI

What is throws

J2SE Interview Questions and Answers


(Continued from previous question...)

What is throws

A Java keyword used in method declarations that specify which exceptions are not handled within the method but rather passed to the next higher level of the program.

(Continued on next question...)

Other Interview Questions