InterviewSolution
Saved Bookmarks
| 1. |
What happens when an exception is thrown from the top of the stack in Java? |
|
Answer» When an EXCEPTION is thrown from the TOP of the stack, exception propagation OCCURS. Here are some of the points when the exception is not caught: |
|