Will finally block get executed if the 1exception had not
occurred?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
Yes a finally block always executes irrespective of the fact
if or if not an exception was thrown in the associated try
block.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / basayya_swami
yes, finally block always execute if exception occerred
donot occurred is not a matter
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shiba shankar
yes, the exception may or may not occur it is mandatory
that the finally block must be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;
List out the differences between array and arraylist in c#?
What is short in c#?
What is poco c#?
When is a class declared as a class abstract?
Why can?t you specify the accessibility modifier for methods inside the interface?
3 Answers Mind Tree, Siebel Systems,
Is string a class in c#?
What is hash c#?
How do I create multifile assembly?
How to override a function in c#?
What are classes in c#?
Can derived classes have greater accessibility than their base types?
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)