

MCQOPTIONS
Saved Bookmarks
1. |
A default exception block must be placed _____ |
A. | first among the catch blocks |
B. | last among the catch blocks |
C. | globally, at the top of the file |
D. | at the end of all code in the program |
Answer» C. globally, at the top of the file | |