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

Are nested try statements are possible?

Answer Posted / venkat.kanneganti

yes,nested try statements are possible,nothing wrong
try {
//some code
try {
//some code
}
catch(Exception e){
}
}
catch(Exception e) {
}

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any limitation of using inheritance?

1150


What will happen to the exception object after exception handling?

1041


What is super?

1250


Which is better stringbuffer or stringbuilder?

968


When should we create our own custom exception classes?

1056


What is meant by object?

1055


What is difference between == and === in js?

1061


What is boolean keyword in java?

1175


How to create an immutable class?

1168


Describe the various concepts related to object oriented programming (oop).

1082


What are the principle concepts of oops?

1011


Is null an object in java?

1085


Is it necessary that each try block must be followed by a catch block?

1066


What are the files generated after using IDL to java compiler?

1205


what is the major difference between linkedlist and arraylist in java?

1293