J2SE Question:

What is exception handler?

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.

Read All 214 J2SE Questions
Previous QuestionNext Question
What is extends?What is enumerated type?