Computer Science, asked by ooiuu, 11 months ago

What is interpreter in JAVA.

Answers

Answered by Anonymous
4

The Java bytecode and the java interpreter are not inherently specific to the Java programming language. It is much easier to write a Java bytecode interpreter for a new type of computer than it is to write a full Java compiler.

In computer science, an interpreter is a computer program that directly executes, i.e. performs instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.

Answered by shinchan142
4

An interpreter is a program that reads in as input a source program, along with data for the program, and translates the source program instruction by instruction. For example, the Java interpreter java translate a .class

file into code that can be executed natively on the underlying machine.

Hope it helps you dear friend

Please mark as brainliest

Follow me


ooiuu: copied my dar mate
Similar questions