Will finally block get executed if the exception had not
occurred?
Answer Posted / guest
yes
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What happens when thread sleep () method is called?
Explain the serialization in .net
Why do canadians say zed?
What is dll in c#?
What is system console writeline in c#?
How big is a 64 bit integer?
Explain Constructor and destructor?
What is difference between the "throw" and "throw ex" in .net?
Explain About namespaces
What is better C# or VB.NET?
How to parse a date time string?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What exception can an overridden method throw in comparison with the method it is overriding?
I want to print "Hello" even before main() is executed. How will you achieve that?
What are the Types of assemblies that can be created in dotnet