Exception Hierarchy in Java
In this tutorial, we will learn exception hierarchy in Java with the help of diagram and brief descriptions. Basically, there are two types of exceptions in Java API. They are: Predefined Exceptions (Built-in-Exceptions) Custom Exceptions Let’s understand both predefined and…