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 does isempty () do in java?
What's the default access specifier for variables and methods of a class?
Explain what are final variable in java?
How can we create objects if we make the constructor private ?
What is method overloading and method overriding?
What is functional interface in java example?
Differentiate between a constructor and a method? Can we mark constructors final?
Which is better list or arraylist in java?
What is the difference between final, finally and finalize()?
Why java is not 100% object-oriented?
What do you understand by the term singleton?
What is stack class in java?
What happens when a thread cannot acquire a lock on an object in java programming?
What about interthread communication and how it takes place in java?
Explain list interface?