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
What is re-factoring in software?
What is a private class in java?
Why is a string immutable?
How do you sing an Applet ?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What are inner classes or non static nested classes in java?
Can memory leak happen java?
What is the use of bufferedreader?
List types of storage classes in java?
Which of the classes will have more memory allocated?
Are primitives objects?
How can you read content from file in java?
What is e java?
What is thread safe in java?
How to make a class or a bean serializable?