Thursday, June 01, 2006

Checked exception

An exception that the compiler forces code to handle. You can usually accomplish this by using a try/catch block. All checked exceptions inherit from the java.lang.Exception class but do not extend the java.lang.RuntimeException class.

0 Comments:

Post a Comment

<< Home