1.

What Is Interpreter ?

Answer»

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.

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.



Discussion

No Comment Found