adspace


Hi all,I am the beginner.
Please tell use of finally block.

Answer Posted / dilip

Re: Hi all,I am the beginner. Please tell use of finally block.
Answer
# 4
we use finally block in exception handling ,it is must
executable block of statement i.e. if there is any
exception is occured ,the code in the finally block is must
executed.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an abstract class c#?

967


Why can't we use a static class instead of singleton?

952


How do you inherit a class into other class in c#?

992


What is expression tree in c#?

996


Which namespaces are necessary to create a localized application?

1140


How to assign Null value to Var?

1061