Will finally block get executed if the exception had not
occurred?
Answers were Sorted based on User's Feedback
Answer / guest
Yes the finally block executed even when exception occurs
and when not occurs
Is This Answer Correct ? | 9 Yes | 0 No |
Why would you use a class property in c#?
Explain about finalize method?
What is the use of delegates in c#?
Explain About a class access specifiers and method access specifiers.
Can you override private virtual methods?
Can we have only “try” block without “catch” block in c#?
What is difference between array and arraylist in c#?
What type of data type conversion happens when the compiler encounters the following code?
Is it possible to have a static indexer in c#? Allowed in c#.
User's session is explicitly killed by which method ?
What are the uses of delegates in c#?
What is the use of the dispose method in C# ?