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?
What are constants and how to create constants in java?
What are identifiers in java?
Explain importance of finally block in java?
What are synchronized blocks in java?
Explain about abstract classes in java?
What are reference variables in java?