0
What is bytecode?
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.
0
thank u