What is static polymorphism?
Can a class in java be inherited from more than one class?
What is meant by function overloading and function overriding?
If a class inherits an interface, what are the 2 options available for that class?
Why do we separate interface from implementation?
What is a functional interface? What is sam interface?
What is serialization? How do we implement serialization actually?
what are the different ways for a method to be overloaded?
What do you mean by virtual function and virtual classes?
Give any criteria when you use an abstract class and an interface?
Can you explain primordial class loader?
Can an interface have an inner class?
What is the function of pure virtual functions?
What's the benefit of using inheritance?
What is the use if instanceof keyword? And how do refer to a current instance of object?