Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Java (http://siteownersforums.com/forumdisplay.php?f=12)
-   -   What is JVM ? (http://siteownersforums.com/showthread.php?t=173970)

Shivangi Panwar 07-18-2016 02:11 AM

What is JVM ?
 
What is JVM ?

JakMax 07-20-2016 03:14 AM

JVM means Java Virtual Machine. It is an abstract computing machine that enables a computer to run a Java program.

There are three notions of the JVM:
1.Specification
2.Implementation
3.Instance.

You can learn details from Java Support forum.

sashwatmegh 07-20-2016 05:05 AM

Java Virtual Machine (JVM) is a specification that provides a runtime environment in which java bytecode can be executed.

benchmark 07-20-2016 05:18 AM

JVM is a platform-independent execution environment that converts Java byte code into machine language and executes it.

stuartkspindlow 07-22-2016 01:23 AM

JVM is the virtual machine that run the Java bytecodes.

ManviSen 07-26-2016 06:56 AM

Java Virtual Machine (JVM) The Java Virtual Machine is an abstract computing machine. Like a real computing machine, it has an instruction set and manipulates various memory areas at run time.

Kiara 08-02-2016 12:58 AM

JVM is a virtual machine interface that drives the java code. JVM is actually part of the Java Runtime Environment (JRE).

Aashi 08-03-2016 02:53 AM

JVM is a abstract machine. It provides run-time environment in which java bytecode can be executed.

addisoncave 08-19-2016 10:44 PM

JVM stands for Java Virtual machine is a abstract machine that acts as a run-time environment in which java byte code can be executed. Java don't work on a separate compiler or interpreter instead we need to setup whole Java run time environment. So, JVM could called to any machine where JRE(Java Run time Environment) is installed.

hillajax 09-13-2016 04:40 AM

Any system that can run Java application or setup to run java application is the known as JVM. JVM is stands Java Virtual Machine. To run java on every system, there is a software package come which is known as JRE (Java Resource Environment)

arshi1586 09-27-2016 12:00 AM

The most important factor of the JRE is Java Virtual Machine (JVM), which examines and carries out Java byte code. Java designers do not need to know how JVM performs. So many great applications and collections have already been designed without designers knowing JVM greatly. However, if you comprehend JVM, you will comprehend Java more, and will be able to resolve the problems which seem to be so simple but impossible.

kunalkumar 10-08-2016 02:55 AM

A Java virtual machine (JVM) is an abstract computing machine that enables a computer to run a Java program. There are three notions of the JVM specification, implementation and instance. The specification is a document that formally describes what is required of a JVM implementation.

anitatiwari01 04-18-2017 04:01 AM

JVM (Java Virtual Machine) is an abstract machine. It is a specification that provides a runtime environment in which java bytecode can be executed.

michael Amaral 05-05-2017 04:25 AM

[B]A*Java virtual machine*(JVM) is*an abstract computing machine*that enables a computer to run a*Java*program.[/B]
*
There are three notions of the JVM:
specification, implementation, and instance.*

A JVM language is any language with functionality that can be expressed in terms of a valid class file which can be hosted by the Java Virtual Machine.

A class file contains Java Virtual Machine instructions (Java byte code) and a symbol table, as well as other ancillary information.*


All times are GMT -7. The time now is 09:37 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.