MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct statement which makes exception handling work in C#.NET? |
| A. | .Net runtime makes search for the exception handler where exception occurs |
| B. | If no exception is matched, exception handler goes up the stack and hence finds the match there |
| C. | If no match is found at the highest level of stack call, then unhandledException is generated and hence termination of program occurs |
| D. | All of the mentioned |
| Answer» E. | |