What is catch?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers