MCQOPTIONS
Saved Bookmarks
| 1. |
You can code a default exception handler by creating a catch block |
| A. | with no arguments |
| B. | with a void argument |
| C. | with an ellipsis as its argument |
| D. | with an argument identical to that thrown |
| Answer» D. with an argument identical to that thrown | |