Will finally block get executed if the 1exception had not
occurred?
Answer Posted / basayya_swami
yes, finally block always execute if exception occerred
donot occurred is not a matter
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is parsing? How to parse a date time string?
Illustrate race condition?
What standard types does c# use?
What's the c# syntax to catch any possible exception?
What are the differences between a class and a struct?
Is exe is machine dependent?
Does c# have a 'throws' clause?
What is difference between mutable and immutable in c#?
Explain namespaces in c#.
Which compiler switch creates an xml file from xml comments in the files in an assembly?
What is default constructor c#?
How to exclude a property from xml serialization?
What .exe means?
What is append in c#?
Is array thread safe c#?