Answers

Question and Answer:

  Home  J2SE

⟩ 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.

 127 views

More Questions for you: