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
Why reflection is used in c#?
Is lazy thread safe c#?
How does c# generics and c++ templates compare?
Is python easier than c#?
What is the use of 'as' Keyword in C# ?
What is console programming language?
Is a decimal an integer?
What is a helper method in c#?
What does a constructor do c#?
What is difference between array and arraylist c#?
Which property of the textbox cannot be changed at runtime?
Does main have to be static c#?
How can I produce an assembly?
Is c# still popular?
When was .net linq added?