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
How many types of collections are there in c#?
What is difference between private and protected?
Why do we need collections in c#?
Explain About sn.exe
What is the purpose of a constructor in c#?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What does addressof operator do in background ?
What are console applications used for?
What is predicate builder?
How can I process command-line arguments?
What is static classes in c#?
Do extension methods have to be static?
What are the types of methods in c#?
What are async and await?
What do you mean by string objects are immutable?