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


Will finally block get executed if the exception had not
occurred?

Answers were Sorted based on User's Feedback



Will finally block get executed if the exception had not occurred?..

Answer / nirav darji

yes offcourse.in appliation finally block is always
executing.

Is This Answer Correct ?    4 Yes 1 No

Will finally block get executed if the exception had not occurred?..

Answer / guest

yes

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More C Sharp Interview Questions

Why constructor is used in c#?

0 Answers  


Are arraylist faster or arrays?

0 Answers  


What is the use of functional interface?

0 Answers  


Illustrate race condition?

0 Answers  


How to implement delegates in c#.net

0 Answers  


What is file extension of webservices?

0 Answers  


What is the implicit name and type of the parameter that gets passed into the class set method?

0 Answers  


What is null character in string?

0 Answers  


What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

0 Answers  


Why do we use partial class in c#?

0 Answers  


What is a dynamic assembly?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Categories