J2SE Question:

What is catch?

Tweet Share WhatsApp

Answer:

A Java keyword used to declare a block of statements to be executed in the event that a Java exception, or run time error, occurs in a preceding try block.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is casting?What is abstract schema?