What is jvm-java virtual machine, java tutorials, computer programming, Programming Languages

Assignment Help:

What is JVM-Java Virtual Machine

 A JVM stands for java virtual machine. This is virtual computer or an abstract computer that runs the complied java programs. In fact JVM is a software execution that stands on the top of the real operating system and hardware platform. It serves abstraction among the complied java program and the operating system and hardware. JVM is the very important component of Java architecture & it is the part of the JRE also known as Java Runtime Environment. It makes the cross platform functionality to java.

JVM is a software process which converts the compiled byte code (Java program) to machine code. Byte code is a mediator language among host system and Java source. The mostly programming language like C & Pascal converts the source code into machine code for one particular type of machine because the machine language varies from system to system. Thus compiler generates code for a particular system but the Java compiler produce code for a virtual machine. JVM offers security to java. The programs is written in Java and the source code translated by Java compiler into byte code & after that the JVM converts the byte code into machine code for the computer one wants to run.

Thus the complied program need not to worry about what operating system  and hardware, he has to run in, This all handled by the jvm & thus attaining portability. Java programs are complied into byte codes. Jvm can only understand & execute java byte codes.                                                                                


Related Discussions:- What is jvm-java virtual machine, java tutorials, computer programming

Define reasons for using functions, Define Reasons for using Functions? ...

Define Reasons for using Functions? 1. Evade rewriting the same code over and over. 2. It is simpler to write programs and keep track of what they are doing. Codes are able t

Create hijara game application, Assignment is to create hijara game on any ...

Assignment is to create hijara game on any plate form, you can use any plate form you like or easy to you. For instance let's say you can use visual studio, game studio (Prefer to

Java, what is the difference between class and interface

what is the difference between class and interface

Padovan string, Padovan String Problem Description A Padovan string...

Padovan String Problem Description A Padovan string P(n) for a natural number n is defined as: P(0) = 'X' P(1) = 'Y' P(2) = 'Z' P(n) = P(n-2) + P(n-3), n

Create a fraction calculator program, You need to create a Fraction calcula...

You need to create a Fraction calculator program.You need to create a Fraction class to represent fraction objects and a FractionCalculator class that will perform operations on fr

Count no of files, Normal 0 false false false EN-US X...

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

Higher order differential equations, We'll start this section off with the ...

We'll start this section off with the material which most text books that will cover in this section. We will take the matter from the Second Order chapter and expand this out to n

C# xna game project, I am working on a game project using C# XNA. I only h...

I am working on a game project using C# XNA. I only have two weeks from the deadline. Would you help me to finish it up? Please let me know as soon as possible. Thanks, Sophi

Shell script to change the permission of a file, Normal 0 false...

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd