(Choose 1 answer)
When you compile a program written in the Java programming language, the compiler converts the human-readable source file into platform-independent code that a Java Virtual Machine can understand. What is this platform-independent code called?
A. bytecode
B. binary code
C. machine code
D. cpu instruction
Osh
Q: 16