Can we have any code between try and finally blocks?
If two threads have same priority which thread will be executed first ?
Explain creating threads by extending thread class ?
What is method overloading in java ?
Can we catch more than one exception in single catch block?
Can we rethrow the same exception from catch handler?
Explain restrictions for using anonymous inner classes?
What is the purpose of nested class in java?
Explain about anonymous inner classes in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
Can we have a method name same as class name in java?
What are different types of multitasking?
What are checked exceptions?
What is ‘has a’’ relationship in java?
Explain different types of thread priorities ?