If I have code like
try
{
return;
}
catch
{
return;
}
finally
{
return;
}
from which block will the value will be returned. and try
has been executed without any error.
Answer Posted / vadivel
finally
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which controls do not have events?
What is boxing in c#?
What is null propagation c#?
What is the difference between new and override in c#?
What basic steps are needed to display a simple report in crystal?
How do you define a predicate?
What is the purpose of c#?
What is datatable and dataset in c#?
How does the clr work?
What is the resgen.exe tool used for?
What is meant by clr?
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?
what is an event? Define delegate?
What is a data set in c#?
Explain the types of errors in c#?