J2SE Question:

What is interpreter?

Tweet Share WhatsApp

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.

Read All 214 J2SE Questions
Previous QuestionNext Question
What is JAR?What is Internet?