why java is platform independent
Answers
Answered by
1
With Java, you can compile source code on Windows and the compiled code (bytecode to be precise) can be executed (interpreted) on any platformrunning a JVM. So yes you need a JVM but the JVM can run any compiled code, the compiled code is platform independent. plzz vote
diya678:
good
Similar questions