What is a function of java compiler and interpreter ?
Attachments:
Answers
Answered by
1
Compiler is a program helps to translate the Java source language into bytecode.
Interpreter is a program which implements the JVM specification and helps to actual helps to execute the bytecode.
Answered by
4
☆ ✌ANSWER ✌☆
A java compiler is a program that takes
the text file work of a developer and compiles it into a platform -independent
java file.java compiler include the java
programing Language compiler (javac),
the GNU compiler for java (GCJ), the Eclipse compiler for java (ECJ) and jikes.
ROLE OF INTERPRETER-
the interpreter converts the source code line-by -line during run time .interpret completely translates a program written
in a high level language into machine level language .
I HOPE YOU LIKE MY ANSWER ☺
please mark me as a brainlist .
■■■●●●■■■●●●■■■●●●
Similar questions