Computer Science, asked by aaliya833, 5 months ago

Write two difference between compiler and Interpreter in java :​

Answers

Answered by anshikatiwari0307
1

Answer:

Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an interpreter converts each high-level program statement, one by one, into the machine code, during program run. Compiled code runs faster while interpreted code runs slower.

HOPE YOU GOT YOUR ANSWER

Similar questions