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
(c) the statement in final clause will get executed no matter whether an exception occurs or not
(d) all of the mentioned
This question was addressed to me during an internship interview.
My doubt is from Fundamentals of Exception Handling topic in division Indexers and Exception Handling of C#