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
What is the difference between string keyword and system.string class?
How would you describe encapsulation in c#?
What is byte c#?
Is c# a strongly-typed language?
Do extension methods have to be static?
Is arraylist faster than linkedlist?
What is the difference between parse and tryparse in c#?
Define an array?
Can class be protected in c#?
What does char mean in c#?
What is global namespace in c#?
What is difference between dictionary and list in c#?
What are synchronous and asynchronous operations?
What is a datacontract?
What are extensions methods in c#?