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
Can we have two main methods in c#?
What is a constructor in c#?
What do u meant by "SBI" of an object?
Explain different properties of object oriented systems.
Define an abstract class?
Can you use foreach iteration on arrays in c#?
What is the difference between struct and class in c#?
How do I do a case-insensitive string comparison?
Why hashtable is thread safe in c#?
Is string immutable in c#?
What is a hashset c#?
Does main have to be static c#?
What is expression tree in c#?
What is xor operator in c#?
What is the implicit name and type of the parameter that gets passed into the class set method?