DEV Community

hema latha
hema latha

Posted on

why java is a platform Independent ?

we can write java code in one system run on another system. java does not compile into a machine code.
It compile into byte code and it will be run interpretor using JVM. which make java plat form independent because it uses a virtual machine.

Top comments (0)