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;
}



questions on various scenarios on exception handling? like for example.... try { a; b; ...exc..

Answer / kapil

will catch execute and after that finally block will
execute.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

Explain what is the difference between constants and read-only variables?

0 Answers  


Explain the process of serialization in .NET?

0 Answers  


for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?

5 Answers   IBM,


Can you edit data in repeater control? How?

0 Answers  


What is boxing?

3 Answers  


How to spawn a thread?

0 Answers  


How server form post-back works?

0 Answers  


What is STA in .NET?

0 Answers  


What application do you use to install a Windows service?

1 Answers  


What is difference between .net and .net core?

0 Answers  


What is Assembly manifest? what all details the assembly manifest will contain.

2 Answers   Ksb,


Do you know what is the difference between an abstract class and an interface?

0 Answers  


Categories