Computer Science, asked by majkothiyamadhwapur, 9 months ago

what is the function of compiler and interpreter in java?

Answers

Answered by Anonymous
2

Answer:

hyyy mate

Explanation:

The Java compiler translates Java source code into a platform independent language called Java bytecode. Although bytecode is similar to machine language, but it is not the machine language of any actual computer. A Java interpreter or a just-in-time compiler (JIT) is used to run the compiled Java bytecode .

Similar questions