0
what is the difference between bytes code and machine code ?
3 Answers
+ 2
In Java, the byte code (.class files) can be interpreted by the JVM to translate it to machine code.
0
can't understand
0
Bytecode means binary form of written code.
the code executes in binary form and once it get executed it get converted into machine code...now it is platform independent code and can run on any machine