MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the step of the interpreter in a jump statement when an exception is thrown? |
| A. | The interpreter stops its work |
| B. | The interpreter throws another exception |
| C. | The interpreter jumps to the nearest enclosing exception handler |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |