Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is use of interpreter?

a) They are intermediated between JIT and JVM
b) They read high level code and execute them
c) They convert bytecode to machine language code
d) It is a synonym for JIT

Answer: b
Explanation: Interpreters read high level language (interprets it) and execute the program.

Join The Discussion