First of all let’s us discuss about exceptions and how it is handled.
Exception are the events that occurs during the runtime of the application and disturbs the continuous flow of the program. The program are abnormally disrupted when these errors occurs.
Exceptional Handling is the handling measures that handles the runtime exceptions (errors) so that the regular flow of the application be preserved. Exceptions must be handled to prevent the application from terminating abruptly.