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

When do you generally use a class over a struct?

0 Answers  


Distinguish between a class and struct?

0 Answers  


Why is dll used?

0 Answers  


Does c# support const methods, properties, or events?

0 Answers  


What is the meaning of extention?

0 Answers  


Which type of variables are under the control of garbage collector?

4 Answers   Kanbay,


what is uniary operators and binary operators and what is the difference

1 Answers   Protech,


How can I make sure my c# classes will interoperate with other .net languages?

0 Answers  


explain the three services model commonly know as a three-tier application.

0 Answers   Siebel Systems,


Assignment # 1 Print the pattern given below using single printf statement XX XX XX XX XX XX X X X X XX XX XX XX XX XX Assignment # 2 Print the pattern given below using single printf statement (please do NOT use the string function below) 0 909 89098 7890987 678909876 56789098765 4567890987654 345678909876543 23456789098765432 1234567890987654321

3 Answers   Wipro,


What is a hashset c#?

0 Answers  


Define thread?

0 Answers  


Categories