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?
Can we restart a thread already started in java?
Why main() method is public, static and void in java ?
What are abstract methods in java?
What is method in java ?
What are synchronized methods ?
What is a lock or purpose of locks in java?