DEVFYI - Developer Resource - FYI

What is exception handler

J2SE Interview Questions and Answers


(Continued from previous question...)

69. What is exception handler

A block of code that reacts to a specific type of exception. If the exception is for an error that the program can recover from, the program can resume executing after the exception handler has executed.

(Continued on next question...)

Other Interview Questions