Difference between bytecode and machine code
Answers
Answered by
4
Hey
here's your answer !!
The intermediate code generated by the JVM ( java virtual machine ) which is independent on the platform is called the byte code.
The simple language of 0 and 1 only , which can be understood by a computer is called the machine code.
This is completely platform dependent , i.e. , the machine code of one system will not work on any other system.
Hope it helps !!
here's your answer !!
The intermediate code generated by the JVM ( java virtual machine ) which is independent on the platform is called the byte code.
The simple language of 0 and 1 only , which can be understood by a computer is called the machine code.
This is completely platform dependent , i.e. , the machine code of one system will not work on any other system.
Hope it helps !!
Similar questions