Will finally block get executed if the 1exception had not
occurred?
Answer Posted / 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 |
Post New Answer View All Answers
Is c# slower than java?
What is file extension of webservices?
What is difference between assembly and dll?
What is the difference between a function and a method?
What is difference between web and window application?
Can derived classes have greater accessibility than their base types?
Explain the process of inheriting a class into another class?
What is object pool in .net?
What is gridview c#?
What is type safe in c#?
What is continue in c#?
What is the .net datatype that allows the retrieval of data by a unique key?
What is c# and why it is used for?
How can I create image pieces/sub image?
Which is faster abstract class or interface in c#?