What are nested classes in java?
Difference between character constant and string constant in java ?
Can static methods access instance variables in java?
Difference between object and reference?
How to call one constructor from the other constructor ?
What is exception handling in java?
What are static blocks and static initalizers in java ?
What is ‘is-a ‘ relationship in java?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Explain java coding standards for constants?
Explain about features of local inner class?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
How to change the priority of thread or how to set priority of thread?
What all access modifiers are allowed for top class ?
In how many ways we can do exception handling in java?