Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is signature c#?

984


Explain about Threading Types.

1125


What is join in c#?

980


What is the difference between Static, Const and read only?

1122


What is constructors, explain with syntax

986


What is addressof operator?

1026


What is ilist c#?

993


Where static variables are stored?

1006


What does do in c#?

1056


What .exe means?

934


What is concatenation and when should it be used?

1078


What is the use of static in c#?

982


What is gac? What are the steps to create an assembly and add it to the gac?

977


Is c# lazy thread safe?

950


What are Regex / regular expressions ?

1158