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
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
Biology,
6 months ago
Computer Science,
6 months ago
English,
6 months ago
Math,
1 year ago
Science,
1 year ago
CBSE BOARD X,
1 year ago
Math,
1 year ago