If we write a goto or a return statement in try and catch
block will the finally block execute?
Answer Posted / guest
yes, whatever may be the content of the try-catch blocks,
the finally block is going to execute
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How to add controls dynamically to the form using c#.net.
What is difference between constants and readonly in c#?
Can we instantiate abstract class in c#?
What is the best dependency injection c#?
Is c++ or c# better?
What are methods in C#?
What is yield break in c#?
Explain About disco and uddi
What is the interface in c#?
What is c# best for?
How do I create a .exe file?
What is difference between variable and property in c#?
How does return work in c#?
What is the difference between CONST and READONLY?
What is private in c#?