Will finally block get executed if the 1exception had not
occurred?
Answer Posted / ranganathkini
Yes a finally block always executes irrespective of the fact
if or if not an exception was thrown in the associated try
block.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is dll file in c#?
In which situation(s), the use of "Delegate" is a good idea?
How do I develop c# apps?
Can we declare class as protected?
Can struct be static in c#?
What is a must for multitasking
Explain the difference between passing parameters by value and passing parameters by reference with an example?
Why do we use constructors in c#?
Define a manifest in .net?
What is difference between int and int in c#?
how to implement a web service in .net
What is expression c#?
What is argument in c#?
What are the new features in c# 2.0?
Can we override interface method?