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 firstordefault c#?
What is difference between struct and class in c#?
What is the difference between int.parse and int.tryparse methods?
What is a generic method?
what class is underneath the sortedlist class?
What is interpolation in programming?
What is generic in c#?
Write the syntax for catching an exception in c#?
What are the types of operator?
Explain briefly the difference between value type and reference type?
What is difference between code access and role based security?
I want to print "Hello" even before main() is executed. How will you achieve that?
Can bool be null c#?
Is overriding of a function possible in the same class?
who is a protected class-level variable available to?