Computer Science, asked by joshiraghz, 1 year ago

what is a compiler and an interpreter

Answers

Answered by AshmitJain3107
4
A java compiler is a software taur contests source code into intermediate binary form called byte code. The byte code is then accepted by the Java interpreter and converted into machine code suitable to the specific platform.
Java interpreter converts byte code into machine code. Here, Java Interpreter plays an important role acting as a machine to produce object code compatible to the specific machine.
Please mark as brainliest if it helps you....
Answered by aaliyah4
6
compiler-it is a computer program that transforms human readable resources codes into machine language code. if an error is found, it gives the error list along with line nos. once the error are removed the compiler compiles the program. compiler compiles faster. example. - C++ , java.

interpreter- it converts the program written in high level language into machine level language, line by line . if an error is found, it displays the error and doesn't proceed further till the error is rectified. it is extremely helpful for learners and in removal of errors. Example.- basic language

Similar questions