
An exception is any uncommon condition arising during execution of a program. There might be several conditions when an exception is encountered in a program but at most basic level examples of exceptions include file not found exception, dividing a number by 0, inputting a wrong data type values etc
It is necessary to handle exceptions otherwise an end user will not feel at home with the application and it is a sign of poor problem understanding....