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
Does constructor return any value in c#?
Why use a singleton instead of static methods?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
What is a collection in c#?
Contrast System.String and System.Text.StringBuilder classes?
Why dataset is used in c#?
What is class in oops with example in c#?
What are console applications used for?
Explain about generics in c#.net?
What is c# most used for?
What is an array of arrays called?
Name some string escape sequences in c#.
Does c# replace c++?
Is python easier than c#?
What is parallel foreach c#?