Will finally block get executed if the exception had not
occurred?
Answers were Sorted based on User's Feedback
Answer / nirav darji
yes offcourse.in appliation finally block is always
executing.
Is This Answer Correct ? | 4 Yes | 1 No |
How do you serialize an object?
Can we have private constructor in our class file. When we are trying to create instance for the class will it create or throw error regarding that?
What is use of a HashTable in .NET?
What is a console file?
Which control cannot be placed in mdi?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
Define delegate?
what is a constructor? What is a destructor?
Can abstract class have parameterized constructor?
Why is c# a good programming language?
Why do we use hashtable in c#?
Why static variables are used?