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
Why do we use dataset in c#?
What is garbage collection? How to force garbage collector to run?
What is default boolean value in c#?
How big is a float?
What is difference between a constant and read-only in C#?
How many types of namespaces available in version4?
What are primitive types in c#?
Why var is used in c#?
Describe ado.net?
How can you use abstract class and interface?
What is getenumerator?
What is the default modifier for class in c#?
What is parsing?
What is the use of constructor in c# with example?
Is there an equivalent to the instanceof operator in visual j++?