DEVFYI - Developer Resource - FYI

What is catch

J2SE Interview Questions and Answers


(Continued from previous question...)

23. What is catch

A Java keyword used to declare a block of statements to be executed in the event that a Java exception, or run time error, occurs in a preceding try block.

(Continued on next question...)

Other Interview Questions