If we write a goto or a return statement in try and catch
block will the finally block execute?
Answer Posted / guest
yes, whatever may be the content of the try-catch blocks,
the finally block is going to execute
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Is namespace necessary in c#?
What is difference between c sharp and c#?
What are the steps to create an assembly and add it to the gac?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What exception can an overridden method throw in comparison with the method it is overriding?
Where do we use static class in c#?
How do you comment in c#?
What is asynchronous one-way calls?
What is private readonly in c#?
What is a .aspx file?
Define a strong name in .net?
What is the advantage of extension method in c#?
What is continue in c#?
Is c# a strongly-typed language?
Difference between directcast and ctype.