J2SE Question:
Download Questions PDF

What is interpreter?

J2SE Interview Question
J2SE Interview Question

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is JAR?What is Internet?