J2SE Question:

What is exception?

Tweet Share WhatsApp

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 PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is executable content?What is enum?