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
Is datetime immutable c#?
What does void do in c#?
What is an iqueryable in c#?
What is local function?
What is the adv of using System.Text.StringBuilder over System.String?
Can You Prevent Your Class From Being Inherited By Another Class?
Is there a way of specifying which block or loop to break out of when working with nested loops?
What is the difference between const and readonly in c#.net?
Define parsing? Explain how to parse a datetime string?
What is c# console application?
What's c# ?
Can you inherit from multiple classes in c#?
Why data types are important?
Should I make my destructor virtual?
Which class does the remote object has to inherit?