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 does isempty () do in java?

1115


What's the default access specifier for variables and methods of a class?

1164


Explain what are final variable in java?

1135


How can we create objects if we make the constructor private ?

1057


What is method overloading and method overriding?

1106


What is functional interface in java example?

1051


Differentiate between a constructor and a method? Can we mark constructors final?

1239


Which is better list or arraylist in java?

906


What is the difference between final, finally and finalize()?

1239


Why java is not 100% object-oriented?

1599


What do you understand by the term singleton?

1037


What is stack class in java?

1093


What happens when a thread cannot acquire a lock on an object in java programming?

1071


What about interthread communication and how it takes place in java?

1116


Explain list interface?

991