Why do we need a finally block in try catch block while
handling exceptions
Answers were Sorted based on User's Feedback
Answer / vijay kumar inumella
finally block will be executed irrespective of whether
the exception occured or not.
finally block is generally used to close the database
connections and to dispose the session objects etc.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / linto
For releasing unmanaged related objects from Garbage
collector.While,exception happen,the process flow may be
change.At that situation unmanaged objects like database
connection etc should be close.For that purpose we are
using finally block in try catch block.But,Idisposable is
better in the case of efficiency.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / santosh
The code which should execute at any cost even when an exception occurs that code should be written in finally block
ex-closing a form when exception occurs.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / amit
when we need to forcefully executed the code even any
exception will occurs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name some properties of thread class.
What is Bubble Event ?
What is difference between method overriding and method overloading?
What does the keyword virtual mean in the method definition?
3 Answers Ipog Software, Satyam, Visual Soft,
What is class sortedlist underneath?
Name which controls do not have events?
Explain the term inheritance in C#.
0 Answers Deloitte, JPMorgan Chase,
7.What are typed data set?
Where do you add an event handler ?
What is COM Interoperability?
Can we return two values from a function?
Is it possible to nest cfml conditional tags?
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)