What is an exception? difference between Checked and Unchecked exception in Java
What is the exception hierarchy in java?
What are the java ide’s?
Can each java object keep track of all the threads that want to exclusively access it?
Where are the local variables stored?
What is the difference between static binding and dynamic binding?
What is a "pure virtual" member function?
Explain the difference between abstract class and interface in java?
Is int primitive data type?
What is the difference between math floor and math round?
What is the default size of set in java?
Can a class be final?
Why super is first line in java?
What is the benefit of using enum to declare a constant?
What is collection class in java? List down its methods and interfaces.