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 inheritance c#?
Can arraylist store different data types in c#?
What is difference between constants and readonly in c#?
Is linkedhashset synchronized?
Does c# replace c++?
What is c# windows form application?
What is the output of TextWriterTraceListener redirected?
What is remote data?
What is connection pooling in ado.net?
Ho we can see assembly information?
What is eager and lazy loading in c#?
What is cshtml extension?
What is the wildcard character in sql?
Will the following code compile?
How do I get deterministic finalization in c#?