Question: If an exception is thrown, the JVM jumps to a matching catch block, and after executing the catch block, it returns to the try block
If an exception is thrown, the JVM jumps to a matching catch block, and after executing the catch block, it returns to the try block at the point where the exception was thrown. (T / F)
Step by Step Solution
3.18 Rating (151 Votes )
There are 3 Steps involved in it
False After executing the catch block ... View full answer
Get step-by-step solutions from verified subject matter experts
