MCQOPTIONS
Saved Bookmarks
| 1. |
At Point X on line 5, which code is necessary to make the code compile? |
| A. | No code is necessary. |
| B. | throws Exception |
| C. | catch ( Exception e ) |
| D. | throws RuntimeException |
| Answer» C. catch ( Exception e ) | |