The Computer program that is Exception handler is responsiblefor handling the exception in java .When an error occurs within amethod, the method creates an object and hands it off to theruntime system. Creating an exception object and handing it to theruntime system is called throwing an exception. Exception handlerchosen is said to catch the exception. If the runtime systemexhaustively searches all the methods on the call stack withoutfinding an appropriate exception handler.
Expert Answer
An answer will be send to you shortly. . . . .