posted 19 years ago
Brief explanation.
Checked Exceptions are exceptions that the programmer is expected to handle in the program and arise from external conditions that can readily arise in a working program. Examples would be a requested file not being found or a network failure.
Unchecked Exceptions, Error & RuntimeException and their subclasses, might arise from conditions that represent bugs: RuntimeException, or situations that are generally considered too difficult for a programmer to reasonably handle: Error.
In a programming view, u must handle checked exceptions by declaring them in a throw clause of a method or catch them. But need not for unchecked exceptions.
SCEA5.0 (In Progress), SCBCD5.0, SCBCD1.3, SCWCD5.0, SCWCD1.4, SCJD, SCJP6.0, SCJP5.0, SCJP1.4, SCJA1.0<br />OMG Certified UML 2.0 Professional - Fundamental - Intermediate - Advanced <br />Oracle Database 10g Administrator Certified Associate