

MCQOPTIONS
Saved Bookmarks
1. |
The code within the ----------- block will always be executed whether or not an exception is thrown. |
A. | try..catch |
B. | finally |
C. | throw |
D. | throws |
Answer» C. throw | |