Hierarchy Exceptions Checked Unchecked Exceptions

Hierarchy of Exceptions (Checked Unchecked Exceptions) After knowing exceptions and exception handling mechanism, let us explore how many exceptions exist, are they inheriting from a common super class, any classification exists or not etc. Whenever you come across a new Java class, it is essential to know its super classes, so that, you can use …

Hierarchy Exceptions Checked Unchecked Exceptions Read More »