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 does console readkey do in c#?
Why do we use partial class in c#?
Where is the main method in c#?
Explain the difference between the debug class and trace class?
Define constructors
What are partial types in c#?
Explain the difference between arraylist and array and in c#?
What is sqladapter c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What is a generic c#?
what is a constructor? What is a destructor?
What are the uses of namespaces?
Why interface is required?
Are c# destructors the same as c++ destructors?
What are events in C#?