DEVFYI - Developer Resource - FYI

What is exception

J2SE Interview Questions and Answers


(Continued from previous question...)

68. What is exception

An event during program execution that prevents the program from continuing normally; generally, an error. The Java programming language supports exceptions with the try, catch, and throw keywords. See also exception handler.

(Continued on next question...)

Other Interview Questions