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 the main functionality of the remote reference layer?
How many static init can you have?
extending thread class or implementing runnable interface. Which is better? : Java thread
What are the uses of synchronized keyword?
Why is java so popular?
Which is better stringbuilder or stringbuffer?
How do you compare characters in java?
What is thread life cycle in java?
Explain different ways of creating a thread?
Can a class be defined inside an interface?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
How many types of methods are there in java?
Explain wait() method of object class ?
What is string array?
Explain the importance of thread scheduler in java?