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
How many constructors can a class have c#?
What is the difference between abstract class and interface in c#?
Why attributes are used in c#?
Can abstract class be instantiated c#?
What is the difference between interface and functional interface?
What is ac callback?
What is lazy loading entity framework?
What is dictionary class in c#?
How can we make a thread sleep for infinite period ?
What is use of singleton class in c#?
What is different between Static Constructor and Private Constructor?
Is c# good for beginners?
What do u mean by delegation?
What is difference between private and protected?
What is a string in c#?