Will finally block get executed if the exception had not
occurred?
Answer Posted / guest
Yes the finally block executed even when exception occurs
and when not occurs
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why is it important to override gethashcode when equals method is overridden?
What method is used to sort the elements of the array in descending order?
Is for loop faster than foreach?
Expalin the way you implement inheritance by using VB.NET/C#?
What is default boolean value in c#?
Can we declare class as protected?
What is response redirect in c#?
What are the types of comment in c# with examples?
Why do we need delegates?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Does constructor return any value in c#?
Why can't we use a static class instead of singleton?
What is action in c# 3.5?
Is datetime immutable c#?