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
2. What happened when BO object has been called?
what are some characteristics of an array?
Why do we need encapsulation in c#?
What is the use of protected in c#?
Is string value type c#?
Can destructors have access modifiers?
Can firstordefault return null?
Is cli same as the clr?
Are structs value types or reference types?
What is a Assembly?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What is xor operator in c#?
What are collections in c#?
What are strongly typed objects?
What namespace is list in c#?