Hi all,I am the beginner.
Please tell use of finally block.
Answer Posted / jagdish
Irrespective of weather error is thrown by try block,finally block will always execute.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When is a class declared as a class abstract?
What is difference between private, protected, and public in C#?
What is clr in c#?
What is the use of 'using' statement in c#?
What is asynchronous one-way calls?
What is cshtml?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is windows forms in c#?
What is expression tree in c#?
What is as keyword in c#?
How is lazy loading achieved?
What are generations and how are they used by the garbage collector?
Explain the working of serialization?
What is default parameter in c#?
What is the difference between static and private constructor in c#?