Will finally block get executed if the exception had not
occurred?
Answer Posted / nirav darji
yes offcourse.in appliation finally block is always
executing.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why do we use static methods in c#?
What does void do in unity?
Can a struct inherit from another struct or class in c#?
What is data types in c#?
Explain about Error handling and how this is done
Why delegates are required?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Why abstraction is used in c#?
What are anonymous types in c#?
can you declare an override method to be static if the original method is not static?
Which debugging tools you can use in the .NET ssSDK?
Can struct have constructor c#?
Is string nullable in c#?
how to prevent a class from being inherited in c#.net?
How do you set a class path?