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

Can try statements be nested?

Answer Posted / manikandansit

yes we can.

class test
{
public static void main(String []adsfdasf)
{
try
{
try
{

}catch(Exception e)
{

}
}catch(Exception e)
{

}
}
}

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is re-factoring in software?

1104


What is a private class in java?

1123


Why is a string immutable?

1068


How do you sing an Applet ?

2506


Can we modify the throws clause of the superclass method while overriding it in the subclass?

1081


What are inner classes or non static nested classes in java?

1218


Can memory leak happen java?

1051


What is the use of bufferedreader?

1046


List types of storage classes in java?

1222


Which of the classes will have more memory allocated?

1019


Are primitives objects?

1112


How can you read content from file in java?

1054


What is e java?

1168


What is thread safe in java?

1047


How to make a class or a bean serializable?

1032