Will finally block get executed if the exception had not
occurred?
Answer Posted / nirav darji
yes offcourse.in appliation finally block is always
executing.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a partial class. Give an example?
Difference between debug.write and trace.write?
What .exe means?
Why objects are stored in heap in c#?
What is the difference between internal and protected in c#?
Are c# references the same as c++ references?
Is an array an object c#?
What is c# windows form application?
Which is faster array or arraylist in c#?
What is the difference between static class and singleton class in c#?
Why to use “finally” block in c#?
Is char * null terminated?
How a two-dimensional array declared in C#?
Is constructor a static method?
What is deferred execution in c#?