What is interpreter?

Submitted by: Administrator
A module that alternately decodes and executes every statement in some body of code. The Java interpreter decodes and executes bytecode for the Java virtual machine1. See also compiler, runtime system.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers