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
What is the purpose of escape sequence?
How do namespaces work?
What are the Types of optimization and name a few and how do u do?
Is c# used for any core features of windows vista?
What is ControlBox Propertie
What is int tryparse in c#?
What is difference between private and protected?
Is post back in c#?
What is serialization and deserialization in c# with example?
what is an exception in .net?
What is the difference between finalize() and dispose() methods?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
Why do I get a syntax error when trying to declare a variable called checked?
Why to use “using” in c#?
What is the difference between list and dictionary in c#?