Exception handling is a concept which handles problems or exceptions which arise during normal execution of a problem, in this scenario normal execution of a program gets disrupted. For example, a file which we are trying to open can not be found or a user has entered a invalid entry.
Let us see the types of exception in Java.
Below there is a simple video which will explain you how to generate an exception.
Feel free to comment and subscribe my channel.