If we write a goto or a return statement in try and catch
block will the finally block execute?
Answer Posted / kranthi
Yes..irrespecitve of writing goto or return or exception
occured, finally block will execute.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between “dispose” and “finalize” variables in c#?
What is a int in c#?
What does private void mean in c#?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What is a partial class in c#?
In which situation(s), the use of "Delegate" is a good idea?
What does f mean in c#?
What is enum in c#?
What are primitive types in c#?
What is using directive in c#?
What is sqlcommandbuilder c#?
What is parse method in c#?
Which of the following API is used to hide a window?
What is the use of nullable types in c#?
What is the difference between dynamic and var in c#?