J2SE Question:

Download Job Interview Questions and Answers PDF

What is exception?

J2SE Interview Question
J2SE Interview Question

Answer:

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is executable content?What is enum?