Will finally block get executed if the exception had not
occurred?
Answer Posted / guest
Yes the finally block executed even when exception occurs
and when not occurs
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between asp net and c#?
Distinguish between continue and break statement?
What is system console writeline in c#?
What is deferred execution in c#?
Is it possible to inline assembly or il in c# code?
What do you mean by the delegate in c#?
Explain about Oops concept
Why c# is type safe?
What is iqueryable?
Difference between StackPanel and RelativePanel ?
How to declares a two-dimensional array in C#?
Is int a class in c#?
What issues can be faced while delivering code?
What's new in c#?
What are bitwise logical operators?