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
Explain about accessibility modifier 'protected internal'?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What are the types of serialization?
What is stringbuilder c#?
What is datarelation c#?
What is dataset c#?
Why do we use constructors in c#?
What is the difference between console application and windows application?
What is boolean conditions in c#?
What is tryparse?
Define multicast delegate in c#?
What is the difference between first and firstordefault?
What is the difference between Decorator and Adapter pattern?
What is difference between method and function in c#?
Is c# an open source?