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
Why do we need constructor in c#?
Is c# static or dynamic?
What is array formula?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What are class fields?
Does c# provide copy constructor?
Can a class be private in c#?
Is c# good for beginners?
Explain About Postback
What is collection class c#?
What is the use of static members with example using c#.net.
What are the benefits of using generics?
What are immutable types in c#?
What is firstordefault c#?
Why is xml called extensible?