what is the difference between bytes code and machine code ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the difference between bytes code and machine code ?

23rd Sep 2016, 10:18 AM
Dhruv dwivedy
Dhruv dwivedy - avatar
3 Answers
+ 2
In Java, the byte code (.class files) can be interpreted by the JVM to translate it to machine code.
23rd Sep 2016, 10:48 AM
Zen
Zen - avatar
0
can't understand
23rd Sep 2016, 10:55 AM
Dhruv dwivedy
Dhruv dwivedy - avatar
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
25th Sep 2016, 6:15 AM
preet
preet - avatar