Answer Posted / swapna
No, once the proper catch code fires off, the control is
transferred to the finally block (if there are any), and
then whatever follows the finally block.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is difference between iqueryable and ienumerable in c#?
What is a dimensional array?
What is boolean method?
State the top.NET class that everything is derived from?
Are string objects mutable or immutable?
Are tuples mutable c#?
What is wrong with the sample program below?
What are the advantages of using delegates in c#?
How many kinds of elements an array can have?
What does void mean in c#?
How to use nullable types in .net?
What is readline library?
Why do we need constructor in c#?
How do you determine whether a string represents a numeric value?
What are circular references?