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
Can we have only “try” block without “catch” block in c#?
What is cshtml?
Is as keyword in c#?
What is property c#?
What do you mean by streamreader/streamwriter class in c#?
Explain how can I get around scope problems in a try/catch?
Describe the difference between inline and code behind - which is best?
What is a void c#?
What is a hashset c#?
What sort algorithm does c# use?
Which is faster dictionary or hashtable?
Define Final Class in C#
How to transpose multi-dimensional array?
can multiple catch blocks be executed for a single try statement?
Where static variables are stored?