Q63
Which of the following is the wrong statement about exception handling in C#.NET?
A.
finally clause is used to perform cleanup operations of closing network and database connections
B.
a program can contain multiple finally clauses
AnswerC.
the statement in final clause will get executed no matter whether an exception occurs or not
D.
all of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board