1.

Which of the following statements are correct about exception handling in C#.NET? 1.try blocks cannot be nested. 2.In one function, there can be only one try block. 3.An exception must be caught in the same function in which it is thrown

A. 1 and 2 only
B. 1 only
C. 4 and 5 only
D. 3 only
Answer» E.


Discussion

No Comment Found