

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following should be true of the object thrown by a thrown statement? |
A. | Should be assignable to String type |
B. | Should be assignable to Exception type |
C. | Should be assignable to Throwable type |
D. | Should be assignable to Error type |
Answer» D. Should be assignable to Error type | |