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 / djay
//compile time error control can not leave the body of a finally block
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why delegates are safe in c#?
Give some examples for built in datatypes in c#?
Is c# the same as d flat?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Why do we override in c#?
What is c# and why it is used for?
In dynamic link library, which api is used for load library?
is it possible to access a remote web service Without UDDI?
what is virtual method in c#?
List the 5 different access modifiers in c#?
Define Final Class in C#
What are events in C#?
List out two different types of errors in c#?
Define satellite Assembly in .NET?
What is the difference between string and string in c#?