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

What are JVM.JRE, J2EE, JNI?

1097


What are the main differences between the java platform and other platforms?

1047


What best practices should you follow while writing multithreaded code in java?

1056


What is sortedmap interface?

984


What is difference between an object and a class?

1117


What is meant by distributed application? Why are we using that in our application?

940


What is extension method in java?

1034


How to perform merge sort in java?

1055


What is listnode in java?

988


Explain the difference between runnable and callable interface in java?

1043


Does java support function overloading, pointers, structures, unions or linked lists?

1096


What is private protected in java?

1040


what is the purpose of using rmisecuritymanager in rmi?

964


Are strings immutable in java?

974


What are the steps involved to create a bean?

1150