Will finally block get executed if the exception had not
occurred?
Answer Posted / guest
Yes the finally block executed even when exception occurs
and when not occurs
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
When To use HashTable In C#
What is the use of private constructor in c#?
How do I unload an assembly?
What is generic types in c#?
Why do we use reflection in c#?
What does type safe mean in c#?
Explain the working of serialization?
What is the purpose of static?
How do I do implement a trace?
Can constructor be protected?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
Is is possible to force garbage collector to run?
What is session state in asp net c# with example?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
How does insertion sort work?