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


Please Help Members By Posting Answers For Below Questions

Explain About Web.config

559


Explain the security with aop?

646


What is data type c#?

490


How can we sort the elements of the array in descending order?

528


Why do we need delegates?

491






What is the relationship between a process, application domain, and application?

494


What is the difference between console and windows application?

447


What is difference between abstract class and interface in c#?

471


What is difference between c sharp and c#?

466


Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

502


What is the use of partial methods?

569


What is the difference between select and selectmany?

431


What are the collection types can be used in c#?

468


What is a method signature in c#?

508


What is the difference between asp net and c#?

491