Archive for what is java virtual machine?

You are browsing the archives of what is java virtual machine?.

What is JVM in java……….a brief description

Java Virtual Machine (JVM)
It is the principal component of Java architecture that provides the cross platform functionality and security to Java. This is a software process that converts the compiled Java byte code to machine code. Byte code is an intermediary language between Java source and the host system.
Most programming language like C [...]

Close