C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

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

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

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?