1.

What Is Catch ?

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.

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.



Discussion

No Comment Found