Which Of The Following Is The Wrong Statement About Exception #494
Which of the following is the wrong statement about exception handling in C#.NET?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Indexers and Exception Handling - Fundamentals of Exception Handling - Quiz No.2.
Which of the following is the wrong statement about exception handling in C#.NET?
finally clause is used to perform cleanup operations of closing network and database connections
a program can contain multiple finally clauses
the statement in final clause will get executed no matter whether an exception occurs or not
all of the mentioned