Computer Science, asked by Ayush891, 1 year ago

distinguish between java compiler and interpreter


kartikfulara20ov3i1h: Java compiler converts the source code into byte code.

Java interpreter execute that byte code and convert it into native os code.

Answers

Answered by Anonymous
1
a compiler or an interpreter is a program that converts program written in high-level language into machine code understood by the computer.

kartikfulara20ov3i1h: Java compiler converts the source code into byte code.

Java interpreter execute that byte code and convert it into native os code.
Answered by RJMONE
1
Java compiler which converts the high level language into machine level language...

Java interprets which coverts the machine level language into users program as output...

Hope it will help u..
Similar questions