Why do we need a finally block in try catch block while
handling exceptions
Answer Posted / santosh
The code which should execute at any cost even when an exception occurs that code should be written in finally block
ex-closing a form when exception occurs.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can properties be private in c#?
Do loops in c#?
What is monitor in C#?
Overloaded constructor will call default constructor internally?
What does get set mean in c#?
What is parse method in c#?
What does it mean to override a method?
How many types of interface are there in c#?
What is meant by unicode characters?
Are structs value types c#?
What are generics in c#.net?
What are constructors in c#?
What is the difference between abstract and virtual?
What is a protected class in c#?
How to declare a property in a class?