-
What is use of interpreter?
-
- They are intermediated between JIT and JVM
- It is a synonym for JIT
- They convert bytecode to machine language code
- They read high level code and execute them
- None of these
Correct Option: D
Interpreters read high level language (interprets it) and execute the program. Interpreters are normally not passing through byte-code and jit compilation.