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...

questions on various scenarios on exception handling?
like for example....

try
{
a;
b; ...exception occurs here...what happens...will catch
execute or will finally execute...will c execute
c;
}
catch
{
a;
b;
c;
}
fianlly
{
a;
b;
}

Answer Posted / kapil

will catch execute and after that finally block will
execute.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is .net and .net framework?

1141


Explain About GDI object ?

1133


What is .net environment?

1170


What is the microsoft .net?

1178


What is the procedure to add assemly to gac to make it shared one?

1050


why you wouldn't want to write into it even if you could

1101


What is machine.config in .net?

1076


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

1005


Whate are resource files?

1084


What are the advantages of .net?

1063


What is the difference between .net 2000 and .net 2005(features)? Which one is better?

1030


which methos do you invoke on the dataadapter control to load your generated dataset with data?

1124


How do you generate a strong name?

1190


what user controls are and what server controls are and the differences between the two.

2092


What is boxing and un-boxing in .net?

1114