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
What is difference between string and stringbuffer in c#?
Explain the serialization in .net
What are delegate methods?
1. Describe page life cycle?
Is c# easier than c++?
Ho we can see assembly information?
What is a factory in c#?
What is delimiter in c#?
What is the difference between namespace and class in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
How many bytes is an int c#?
Is java better than c sharp?
What is anonymous types in c#?
Why do we use anonymous method in c#?
What is hashtable in c# net with example?