What are thread priorities and importance of thread priorities in java?
What is method overriding in java ?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What are user defined exceptions?
Difference between overriding and overloading in java?
What is difference between length and length() method in java ?
Can we have multiple classes in single file ?
Explain what access modifiers can be used for methods?
Explain java coding standards for methods?
Explain about member inner classes?
Can we override static methods in java?
What is jit compiler ?
Can we have any code between try and catch blocks?
What is default exception handling in java?
Explain the importance of throwable class and its methods?