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
What are custom attributes in c#?
Can we instantiate abstract class in c#?
Why main method is static in c#?
What is the difference between do and while loop?
What is the use of partial methods?
What is a console operator?
In a site to turn off cookies for one page which method is followed?
Why do we use namespace in c#?
What is desktop application testing?
What is difference between ienumerable and ienumerator in c#?
What can you do as a .net developer?
How is exception handling implemented in c#?
Is it possible to inherit multiple interfaces?
What is the property of a class in c#?
Is functional interface runnable?