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
Distinguish between the Debug class and Trace class with its functionality?
What is gac? How to put assembly in gac?
What is data type in c# with example?
How big is a 64 bit integer?
What is bitwise operator in c#?
Why delegates are type safe?
What are some examples of desktop applications?
What's the difference between a static method and a non static method c#?
What is msil, and why should developers need an appreciation of it if at all?
What is the difference between wrapper class and primitive?
What are nested classes in c#?
What happens if the inherited interfaces have conflicting method names?
How does yield return work c#?
Structs are largely redundant in c++. Why does c# have them?
What is razor view in c#?