What is a bytecode? and how important is it in Java? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

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

30th Aug 2016, 10:20 AM
Wycliffe Omondi
Wycliffe Omondi - avatar
2 Antworten
+ 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