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 / prajaktaa

In this scenario, the whole try block will get executed and
control will then be passed to finally block.
But an error come while executing finally block that Cannot
exit from finally block and execution gets stucks.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain About .Net remoting

1047


What is the use of console readkey ()?

1077


Why do we need dependency injection in c#?

981


What is a protected class c#?

940


What is the difference between int and int in c#?

1099


Can you specify an access modifier for an enumeration?

1006


How to assign Null value to Var?

1034


Does c# replace c++?

1114


What are generic types?

991


Can abstract class be instantiated c#?

988


Can we have multiple threads in one app domain?

987


What are boxing and unboxing?

970


Why is c# good for games?

1010


What is the extension of c# file?

1122


Explain get and set accessor properties?

942