1An exception is an event, which occurs during the execution of a
2program, that disrupts the normal flow of the program's instructions.
1We can handle exceptions in either of the two ways :
21) By specifying try catch block where we can catch the exception.
32) Declaring a method with throws clause