C# (Sharp) Programming Language Question:
Download Questions PDF

Will finally block get executed if the exception had not occurred?

Answer:

Yes

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
How do I make a DLL in C#?What is the C# equivalent of C++ catch (…), which was a catch-all statement for any possible exception? Does C# support try-catch-finally blocks?