If we write a goto or a return statement in try and catch
block will the finally block execute?
Answer Posted / hhh
yes
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is data annotation in c#?
How do you read an Excel sheet in C#?
Are c and c# the same thing?
What is parseexact c#?
What is an indexer in c#?
What is foreach loop in c#?
What does console writeline do?
Is lazy t thread safe?
Why c# is called c sharp?
Name any three ways to pass parameters to a method in c#?
What is the difference between firstordefault and first?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
Is string mutable in c#?
What is the difference between a variable and a literal?
Explain Constructor and destructor?