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 use of console?
What is string concatenation?
What are jagged arrays used for?
What exactly happens when we debug and build the program?
Why abstraction is used in c#?
What are the properties in c#?
What's different between c# and c/c++?
Why static constructor is parameterless in c#?
Why delegates are type safe in c#?
What are indexers in c# .net?
Explain polymorphism in c# with a simple example?
Can abstract class instantiated c#?
How do I do implement a trace and assert?
What is the purpose of reserved word using in c#?
What is difference between var dynamic and object in c#?