What is early and late Binding?
Differentiate between overloading and overriding.
Differentiate between data abstraction and encapsulation.
Explain about Overloading vs Overriding ?
Can a class implement two interfaces having default method with same name and signature?
What interface must an object implement before it can be written to a stream as an object?
What is the use if instanceof keyword? And how do refer to a current instance of object?
What is a subclass?
State about java and its relation to object oriented programming?
Can we override static methods? Why?
If a class inherits an interface, what are the 2 options available for that class?
What is the difference between an error and an exception?
What is dynamic or run time polymorphism?
What are the rules to define a functional interface?
What is the difference between an interface and abstract class?