Computer Science, asked by webdeveloper301, 1 year ago

how are bytecode and platform independence interlinked

Answers

Answered by AnuragPatel
3
In Java,

On successful completion of compilation, process compiler will create a new file which is known as Class file/Byte Code File.

These byte codes are interpreted by JVM which is available with every type of Operating system.


I hope it will help you
Similar questions