Computer Science, asked by Aaryan102604, 1 year ago

Only for Computer experts...
What is the difference between an interpreted language and a compiled language in Java
NO SPAMMING
Follow me​

Answers

Answered by jebagracy7
0

INTERPRETER

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.

COMPILER

Java compiler. A Java compiler is a compiler for the programming language Java. The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that gives optimized native machine code for a particular hardware/operating system combination.

Similar questions