Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1794 Page Views: 

Can try statements be nested?



Posted By: Avi Date: 12 September 2009 08:20:13 PM
 Answer:

Yes, Try statements can be nested.


Posted By: eTechPlanet


Date: 12 September 2009 08:20:13 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image NXJKBU
Related Questions
Core Java : What are the Object and Class classes used for?

What are the Object and Class classes used for?

The Object class is the highest-level class in the Java class hierarchy. The Class class is used to ....
Category: Core Java Date: 11/3/2010 10:37:55 PM
Core Java : How can you prevent a member variable from becoming serialized?

How can you prevent a member variable from becoming serialized?

By marking it transient
Category: Core Java Date: 11/3/2010 8:38:47 PM
Core Java : When is an object subject to garbage collection?

When is an object subject to garbage collection?

An object is subject to garbage collection when it becomes unreachable to the program in which it is....
Category: Core Java Date: 11/3/2010 7:09:55 PM
Core Java : Is Java  a platform independent language?

Is Java a platform independent language?

Yes, and this is a great advantage.
Category: Core Java Date: 11/3/2010 5:44:46 PM
Core Java : What is a policy?

What is a policy?

It's an abstract class for representing the system security policy for a Java application environmen....
Category: Core Java Date: 11/3/2010 5:32:52 PM