why does Java need both compiler and interpreter
Answers
Answered by
2
Answer:
The Java compiler translates Java programs into a language called Java bytecode. Although bytecode is similar to machine language, it is not the machine language of any actual computer. A Java interpreter is used to run the compiled Java bytecode program.
Explanation:
Hope this helps you
Answered by
7
The Java compiler translates Java programs into a language called Java bytecode. Although bytecode is similar to machine language, it is not the machine language of any actual computer. A Java interpreter is used to run the compiled Java bytecode program.
Hope it helps you ✨
Be Brainly ✌️
Similar questions