What is bytecode ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is bytecode ?

6th May 2017, 2:52 PM
Khiladi Ravi sharma
Khiladi Ravi sharma - avatar
3 Respostas
+ 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