What is Exception and Exception hierarchy in Java?
What is Exception and Exception hierarchy in Java? Throwable class act as the root for Java Exception Hierarchy. A throwable class defines two child classes Exception Error Exception An unexpected unwanted even that disturbs normal flow of the program is called an exception. It is highly recommended to handle the . . . Read more