ICSE Class 10 Computer Applications
Question 10 of 15
Introduction to Java — Question 11
Back to all questions 11
Question Question 11
What is the difference between machine code and Bytecode?
| Machine Code | Bytecode |
|---|---|
| It is executed directly by the processor. | It is executed by the JVM. |
| It is platform specific. | It is platform independent. |