Computer Science, asked by Himanihpaul, 10 months ago

Byte code and platform independent interlinked how

Answers

Answered by Zisha7
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