Vidyalelo
C# Programming · Q63

Exception Handling in C Sharp

Programming · C# Programming · question 63

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
Answer
C.
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