Explain the rationale behind object oriented concepts?
Write down how will you create a Binary tree?
How many methods are there in the serializable interface?
What is the order of call of constructors in inheritiance?
Can a class in java be inherited from more than one class?
What is the difference between an error and an exception?
What is the diffrence between an abstract class and interface?
What is single and multiple inheritance?
What is the difference between a virtual method and an abstract method?
What is the use of ‘finalize’?
Explain about inheritance in oops?
Difference between composition and inheritance ?
What do you mean by polymorphism?
What is multiple inheritance? How java 8 supports multiple inheritance?
Explain about encapsulation?