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.
Related Posts
What would be behaviour if the constructor has a return type?
What would be the behaviour if one parameterized constructor is explicitly defined?
What is not the use of “this” keyword in Java?
What is true about protected constructor?
Abstract class cannot have a constructor.
What is true about constructor?
What is true about Class.getInstance()?
Join The Discussion