Sunday, 17 April 2011

Explain the exception hierarchy in java.

The hierarchy is as follows:
Exception
Throwable is a parent class off all Exception classes. They are two types of Exceptions: Checked exceptions and UncheckedExceptions. Both type of exceptions extends Exception class.

No comments:

Post a Comment