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 |
When do you generally use a class over a struct?
Distinguish between a class and struct?
Why is dll used?
Does c# support const methods, properties, or events?
What is the meaning of extention?
Which type of variables are under the control of garbage collector?
what is uniary operators and binary operators and what is the difference
How can I make sure my c# classes will interoperate with other .net languages?
explain the three services model commonly know as a three-tier application.
Assignment # 1 Print the pattern given below using single printf statement XX XX XX XX XX XX X X X X XX XX XX XX XX XX Assignment # 2 Print the pattern given below using single printf statement (please do NOT use the string function below) 0 909 89098 7890987 678909876 56789098765 4567890987654 345678909876543 23456789098765432 1234567890987654321
What is a hashset c#?
Define thread?