J2SE Question:
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.
Previous Question | Next Question |
What is JAR? | What is Internet? |