Question: If multiple exceptions can be thrown by code in a try block, how does the JVM know which catch clause it should pass the control
If multiple exceptions can be thrown by code in a try block, how does the JVM know which catch clause it should pass the control of the program to?
Step by Step Solution
3.51 Rating (158 Votes )
There are 3 Steps involved in it
Exception handlers are matched according to the closest match ... View full answer
Get step-by-step solutions from verified subject matter experts
