Will finally block get executed if the exception had not
occurred?

Answers were Sorted based on User's Feedback



Will finally block get executed if the exception had not occurred?..

Answer / nirav darji

yes offcourse.in appliation finally block is always
executing.

Is This Answer Correct ?    4 Yes 1 No

Will finally block get executed if the exception had not occurred?..

Answer / guest

yes

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More C Sharp Interview Questions

Is c# pass by reference?

1 Answers  


What are the different types of classes?

1 Answers  


What’s the difference between System.String and System.Text.StringBuilder classes with example

2 Answers  


What is callback function in c#?

1 Answers  


What is the property of a class in c#?

1 Answers  


What is sql transaction in c#?

1 Answers  


How can you achieve run time polymorphism in C#?

1 Answers   Hexaware,


What does console readline do in c#?

1 Answers  


What do you mean by thread safe in c#?

1 Answers  


Is an interface a type c#?

1 Answers  


How do I join one form to another in c#?

1 Answers  


Are c# references the same as c++ references?

1 Answers  


Categories