Hi all,I am the beginner.
Please tell use of finally block.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shikha jain
finally block is come after executing catch and try block,it place with exception handling
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / jagdish
Irrespective of weather error is thrown by try block,finally block will always execute.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pramod kumar sharma
finally block(The collection of instructions) means it must be done.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
List out the differences between array and arraylist in c#?
What are annotations in c#?
Does unity use c++ or c#?
What is the difference between // comments, /* */ comments and /// comments?
What is tochararray in c#?
How is exception handling implemented in c#?
Is python easier than c#?
Describe the ways of cleaning up objects in c#.
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
How to find methods of a assembly file (not using ILDASM)?
Can a structure be inherited by a class?
What is the do while loop code?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)