In how many ways we can create threads in java?
Can we have multiple catch block for a try block?
What are advantages of exception handling in java?
When do we use synchronized methods in java?
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?