MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about exception handling in C#.NET? 1.If our program does not catch an exception then the .NET CLR catches it. 2.It is possible to create user-defined exceptions. 3.All types of exception |
| A. | 1, 2 and 3 only |
| B. | 1 and 2 only |
| C. | All of the above |
| D. | 4 and 5 only |
| Answer» B. 1 and 2 only | |