What is super keyword in java ?
Why hashmap is used in java?
What is the immediate parent class of the Applet class?
Explain an intermediate language?
When should you make a function static?
Are arrays dynamic in java?
define polymorphism in java
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is immutability in java?
Can we override constructors?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is procedure overloading?