March 6, 2012

JVM helps in Virtualization

JVM helps in Virtualization

JVM means Java Virtual Machine which helps in Virtualization. Virtualization is a convenience which is provided in concept of WORA (write once run anywhere). We write code in java and when we run it so JVM standardize it automatically w.r.t. the machine code required according to the machine on which application is running. So JVM helps virtualization, by this source code standardization we achieve the goal of virtualization. In contrast to the C++ code which needs to be modified if compiler is different.

Last updated: March 19, 2014