What is a bytecode? and how important is it in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is a bytecode? and how important is it in Java?

30th Aug 2016, 10:20 AM
Wycliffe Omondi
Wycliffe Omondi - avatar
2 Answers
+ 3
In simple terms bytecodes is basically the machine readable language which is ofcourse only zeros and ones . So lets recap how our java source codes are run. Firstly our source code(human readable language) is compiled by the compiler into bycodes( machine readable language) which then the JVM runs to output our source code.
30th Aug 2016, 12:54 PM
Ousmane Diaw
+ 1
your java code->bytecode->Machine language
30th Aug 2016, 4:31 PM
Farhan Sindy
Farhan Sindy - avatar