-
JIT Compiler and Interpretor in JVM
In Java JVM we have both JIT compiler and interpretor What are the functionalities of both?
-
Inheritance and Aggregation
What is the difference between inheritance and aggregation? When would you use one over the other