 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | Which of the following benefit does Exception handling with the TRY and CATCH blocks provide? | 
| A. | Exceptions provide a mechanism to signal errors directly rather than using some side effects | 
| B. | Exceptions can be seen by the programmer and checked during the compilation process | 
| C. | Exceptions provide a clean way to check for errors without cluttering code | 
| D. | All of the mentioned | 
| Answer» E. | |