Computer Science, asked by dhreetui, 1 year ago

how are bytecode and platform independence interlinked

Answers

Answered by siddhartharao77
45
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.


Hope this helps!
Similar questions