MCQOPTIONS
Saved Bookmarks
| 1. |
When a function includes a throw statement for errors, the call to the potentially offending function should be placed within a _____ block |
| A. | throw |
| B. | try |
| C. | catch |
| D. | scope |
| Answer» C. catch | |