Exception handling means that instead of the normal program flow ,program flow goes to exception handling block.Exceptions are raised when an abnormal condition occurs in the program.There could be a condition while the program is executing which doesn’t allow the program to continue normal execution.Example of such condition is if you try to divide a number […]