Java test: JVM and JIT

Last modified by Sergiu Dumitriu on 2018/10/10 17:05

Question: At the core, the JVM and the JIT are:

  1. two compilers.
  2. a runtime compiler and an interpretor, respectively.
  3. a runtime interpretor and a compiler.
  4. two interpretors.