Computer Applications
What is the difference between machine code and Bytecode?
Java Intro
13 Likes
Answer
Machine Code | Bytecode |
---|---|
It is executed directly by the processor. | It is executed by the JVM. |
It is platform specific. | It is platform independent. |
Answered By
9 Likes