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
How can you set image source dynamically from c# application to ”test.png” file?
Is xml tags are case sensitive?
What are handlers in c#?
What is executereader in c#?
Why objects are stored in heap in c#?
What are the advantages of using assemble language programming?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Explain the difference between private and shared assembly?
what is collections in .net? why we use?
What is protected internal modifier in C#?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Explain About CLS?
Is a char?
What is difference between variable and property in c#?
How to declare a property in a class?