Byte code and platform independent interlinked how
Answers
Answered by
3
Explanation:
The result of JAVA ampiler is the class file or bytecode and not the machine native code (unlike C complier).The bytecode generated is a non executable code and needs an en interpreter to execute on a machine. This interpreter is the JVM and thus the bytecode is executed by the JVM.
Similar questions