adspace


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

Answer Posted / chetan dubey

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 ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to assign Null value to Var?

1061


What is an abstract class c#?

967


What is expression tree in c#?

996


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

992


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

952


Which namespaces are necessary to create a localized application?

1140