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

Is .net an object oriented language? What are their components?

997


Difference between dispose and finallize method?

1264


Explain how to rename a table using sql queries?

1121


What are the purposes of using .net?

1136


What's a windows process in .net?

1049


Do you know what are three common acronyms used in .net, and what do they stand for?

1065


Write the .net syntax for 'for loop'?

1073


Can a try block have nested try blocks?

1077


How to produce an assembly?

1166


What is STA in .NET?

1130


Explain security measures exist for .net remoting in system.runtime.remoting?

1077


Explain me what is the difference between an abstract class and an interface?

1071


What is Event Bubbling in .NET?

1165


I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?

2066


Please explain is the jit an interpreter?

1221