when an exception occours in a method.The method creates an object for that exception. To handel the exception, it is given to the run time system.the run time system searches for all the methods in the call stack,it is cannot find the
Answer options
A
approproate handler then it hands over the object to?
B
nosuchmethodexception
Correct answer: nosuchmethodexception
Explanation
The source marks the correct answer as: nosuchmethodexception.