MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| Answer» C. the statement in final clause will get executed no matter whether an exception occurs or not | |