Question: Given a non-void method that contains no try and catch blocks. If the method throws an exception, we know that the JVM transfers the thrown
- Given a non-void method that contains no try and catch blocks. If the method throws an exception, we know that the JVM transfers the thrown exception back to the calling method. But does the JVM return a value (with a return statement) to the calling module?
Step by Step Solution
3.41 Rating (154 Votes )
There are 3 Steps involved in it
No When an exception is thr... View full answer
Get step-by-step solutions from verified subject matter experts
