Will finally block get executed if the 1exception had not
occurred?
Answer Posted / 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 |
Post New Answer View All Answers
Why objects are stored in heap in c#?
What is sqlconnection in c#?
is it possible to access a remote web service Without UDDI?
How does insertion sort work?
update data in an xml file which resides in solution itself, using silverlight 4.0
How many root nodes are there in an xml document?
Which are the access modifiers available in c#?
How do you declare a variable in c#?
What is difference between class and interface in c#?
What are the commonly used i/o classes?
What is the use of ienumerable in c#?
Which attribute is used in order that the method can be used as webservice?
Different between method overriding and method overloading?
How to transpose multi-dimensional array?
What is thread life cycle in c#?