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 it's said that writing into .NET Application Configuration Files is a Bad Idea?
Where is the keyword void used?
What is transparent caching with aop ?
Explain partial class in c#?
What the different phase/steps of acquiring a proxy object in webservice?
What is the difference between ref and out parameters in c#?
What is public or shared assemblies ?
Can you store different types in an array in c#?
What is a framework in c#?
What is the default value of singleordefault?
Does hashset allow duplicates c#?
What is writeline in c#?
What is disconnected data architecture in c#?
What is jit (just in time)?
What is c# in asp net?