distinguish between java compiler and interpreter
Answers
Answered by
1
a compiler or an interpreter is a program that converts program written in high-level language into machine code understood by the computer.
Java interpreter execute that byte code and convert it into native os code.
Answered by
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..
Java interprets which coverts the machine level language into users program as output...
Hope it will help u..
Similar questions
Java interpreter execute that byte code and convert it into native os code.