What is exception?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers