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?
Explain java coding standards for interfaces?
Can we have try block without catch block?
Explain about interthread communication and how it takes place in java?
What are unchecked exceptions in java?
Can we use synchronized block for primitives?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is final access modifier in java?
Explain throw keyword in java?
How do we access static members in java?