DEVFYI - Developer Resource - FYI

What is interpreter

J2SE Interview Questions and Answers


(Continued from previous question...)

105. What is interpreter

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.

(Continued on next question...)

Other Interview Questions