Home » JAVA Programming » Basic Syntax » Question
  1. What is use of interpreter?
    1. They are intermediated between JIT and JVM
    2. It is a synonym for JIT
    3. They convert bytecode to machine language code
    4. They read high level code and execute them
    5. 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.



Your comments will be displayed only after manual approval.