If we write a goto or a return statement in try and catch
block will the finally block execute?
Answer Posted / kanan
Yes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Which technology is best for desktop application?
Explain About stateless and state full web service
What does type safety mean?
What is difference between array and collection in c#?
How do I use the 'using' keyword with multiple objects?
Explain how do you convert a value-type to a reference-type?
Can you access a hidden base class method in the derived class?
What does return do in for loop?
Why do we need structs in c#?
How is method overriding different from overloading?
What is the property of class?
What is the difference between static and private constructor?
What is data dictionary in c#?
What is parseexact c#?