0

What is bytecode?

21st Dec 2016, 2:47 PM
Toral Dimmar
Toral Dimmar - avatar
2 Réponses
+ 1
Bytecode is (most of the time) a compiled version of a program that can be read by the computer and executed. As opposed to human-readable code (programming languages such as C++, Python, etc.) it is a lot harder to read and understand. In Java, Java bytecode is executed by JVM to run your program.
21st Dec 2016, 3:43 PM
DefaltSimon
DefaltSimon - avatar
0
thank u
22nd Dec 2016, 4:42 PM
Toral Dimmar
Toral Dimmar - avatar