What is bytecode ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is bytecode ?

6th May 2017, 2:52 PM
Khiladi Ravi sharma
Khiladi Ravi sharma - avatar
3 Answers
+ 4
Byte code is the language for the JVM . The java compiler makes bytecode from the source code, then the JVM makes mschine code. Thats why Java is platform independent because the source code compile to bytecode.
6th May 2017, 2:59 PM
Szabó Gábor
Szabó Gábor - avatar
+ 1
Thanks bro
6th May 2017, 3:03 PM
Khiladi Ravi sharma
Khiladi Ravi sharma - avatar
+ 1
Python also has it. The most simple explication of this should be the following diagram Source code > Byte code > Mashine code User language > Trabslating process > Mashine instructions This should be true for any scripted or high-level language.
6th May 2017, 5:03 PM
Jon Lassleben
Jon Lassleben - avatar