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 / guest

Yes the finally block executed even when exception occurs
and when not occurs

Is This Answer Correct ?    9 Yes 0 No

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

Answer / kirti

Yes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can we overload the main method in c#?

0 Answers  


Why do we need private constructor in c#?

0 Answers  


what are windows services?

0 Answers  


What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?

0 Answers  


What does assert() do?

1 Answers   Rolta,






What?s a delegate?

8 Answers   CTS, Visual Soft,


Do unused Namespaces in c# affect run-time performance?

0 Answers   HCL,


what class is underneath the sortedlist class?

0 Answers   Siebel Systems,


Explain code compilation in c#.

0 Answers  


Is string value type c#?

0 Answers  


Is concurrent queue thread safe?

0 Answers  


Explain how is the dll hell problem solved in .net?

0 Answers  


Categories