+ 1
What is the main reason in java so that we say that java is machine independent.
because of byte code
3 ответов
+ 4
JVM interpret java byte code (.class) to machine code.
+ 3
Java runs in JVM, a virtual machine, so it's independent of the host (the machine it's installed on).
+ 1
byte code