JVM (JAVA VIRTUAL MACHINE) :

Posted by jaykumar jain on June 3rd, 2019

Java is a high level object oriented language. When we compile java code it initially gets converted into highly efficient byte code by the java compiler. The produced byte code is then translated by a peace of programming called java virtual machine.

What is java virtual machine?

Java virtual machine is the product which translates compiled java byte code and runs the java program. Java virtual machine is otherwise called JVM.

As Java code is first compiled into byte code and after that the java virtual machine deciphers and runs the code, java has achieved the platform independence. Java virtual machine is accessible for practically every one of the platforms, directly from windows to different handheld devices.Universal Informatics is a recognized leader in Training and Software Development industry, providing best JAVA TRAINING IN INDORE.

How Java Virtual Machine functions ?

JVM does not have any information in regards to the programming language. It knows just parallel organization of the byte code. The class document created by the java compiler contains the byte code in the organization which JVM can get it. We can create the byte code that adhers to this organization in any programming language.

Each java program must run inside the boundries characterized by the JVM. The code run inside the JVM can not go past the security constraints characterized by the JVM. This is one of the motivation behind why java application are considered as secure applications over web.

Like it? Share it!


jaykumar jain

About the Author

jaykumar jain
Joined: May 24th, 2019
Articles Posted: 9

More by this author