how are bytecode and platform independence interlinked
Answers
Answered by
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
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