Multiple Choice
Which of the following statements are correct about exception handling in C#.NET?1 If an exception occurs then the program terminates abruptly without getting any chance to recover from the exception. 2 No matter whether an exception occurs or not, the statements in the finally clause (if present) will get executed.3 A program can contain multiple finally clauses.4 A finally clause is written outside the try block.5 Finally clause is used to perform cleanup operations like closing the network/database connections.
A) 1 only
B) 2 only
C) 2 and 5 only
D) 3 and 4 only
Correct Answer:

Verified
Correct Answer:
Verified
Q24: Which method have same name as that
Q25: Which of the following can be used
Q26: Struct's data members are _ by default.<br>A)Protected<br>B)Public<br>C)Private<br>D)Default
Q27: Which of the following will be the
Q28: Which of the following statements is correct
Q30: Which of the following is the correct
Q31: C# does not support _ constructors.<br>A)parameterized<br>B)parameter-less<br>C)Class<br>D)Method
Q32: Storage location used by computer memory to
Q33: Which one of the following statements is
Q34: A _ creates an object by copying