what is java interpreter and compiler
Answers
Answered by
4
The Java compiler translate Java programs into a language called Java byte code. Although byte code is similar to machine language,it is not a machine language of any actual computer.A Java interpreter is used to run the compiled Java byte code program.
jiyaandaanchal:
Dear if you are satisfied with my answer. So mark me as brainlist.
Answered by
4
Compiler :-
It is a system software used to translate High Level Language to Lower Level Language. It translates whole program at once. During translation it creates separate file to store translated version of file.
Interpreter :-
It is a system software used to translate Lower Level Language to High Level Language . It translates whole program step-by-step. During translation it does not creates separate file to store translated version of file.
Similar questions