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
Explain the three test cases in unit testing?
What is the main purpose of linq?
Where do we use serialization in c#?
Why use “using” in c#?
What is xor operation?
What is difference between destructor and finalize?
What will be the output of the following code?
Why ienumerable is used in c#?
What is dataadapter c#?
What is the default value of boolean variable?
What are extension methods and where can we use them?
Why do we need singleton pattern in c#?
What are the differences between value types and reference types?
What is the difference between hashtable and dictionary?
What is the difference between list and arraylist in c#?