how java ignores the identoty of your computer chip?
Answers
Answered by
1
There is a platform independence in java.Java has JVM or Java Virtual Machine which is like a virtual processor.It is usually implemented over the existing processor.In this way the computer chip is hidden by the virtual chip of the JVM. This virtual chip
converts the byte code into the corresponding machine language of the computer which the CPU understands.
Similar questions