J2SE Question:
Download Questions PDF

What is exception handler?

J2SE Interview Question
J2SE Interview Question

Answer:

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is extends?What is enumerated type?