Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > Java

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 07-18-2016, 02:11 AM   #1
Shivangi Panwar
Registered User
 
Join Date: Nov 2015
Posts: 127
What is JVM ?

What is JVM ?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Shivangi Panwar is offline   Reply With Quote

Old 07-20-2016, 03:14 AM   #2
JakMax
Registered User
 
Join Date: Jul 2016
Location: Singapore
Posts: 31
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by JakMax; 07-27-2016 at 05:07 AM..
JakMax is offline   Reply With Quote
Old 07-20-2016, 05:05 AM   #3
sashwatmegh
Registered User
 
Join Date: Apr 2016
Location: pune
Posts: 583
Java Virtual Machine (JVM) is a specification that provides a runtime environment in which java bytecode can be executed.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sashwatmegh is offline   Reply With Quote
Old 07-20-2016, 05:18 AM   #4
benchmark
Registered User
 
Join Date: Apr 2016
Location: UK
Posts: 9
JVM is a platform-independent execution environment that converts Java byte code into machine language and executes it.
benchmark is offline   Reply With Quote
Old 07-22-2016, 01:23 AM   #5
stuartkspindlow
Registered User
 
Join Date: Sep 2014
Posts: 56
JVM is the virtual machine that run the Java bytecodes.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
stuartkspindlow is offline   Reply With Quote
Old 07-26-2016, 06:56 AM   #6
ManviSen
Registered User
 
Join Date: Jul 2016
Posts: 9
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ManviSen is offline   Reply With Quote
Old 08-02-2016, 12:58 AM   #7
Kiara
Registered User
 
Join Date: Jun 2016
Location: USA
Posts: 55
JVM is a virtual machine interface that drives the java code. JVM is actually part of the Java Runtime Environment (JRE).
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Kiara is offline   Reply With Quote
Old 08-03-2016, 02:53 AM   #8
Aashi
Registered User
 
Join Date: May 2016
Location: Ahmedabad, Gujarat
Posts: 14
JVM is a abstract machine. It provides run-time environment in which java bytecode can be executed.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Aashi is offline   Reply With Quote
Old 08-19-2016, 10:44 PM   #9
addisoncave
Registered User
 
Join Date: Jun 2016
Posts: 169
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
addisoncave is offline   Reply With Quote
Old 09-13-2016, 04:40 AM   #10
hillajax
Registered User
 
Join Date: Aug 2016
Location: Salt Lake City, Utah, United States
Posts: 7
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)
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
hillajax is offline   Reply With Quote
Old 09-27-2016, 12:00 AM   #11
arshi1586
Registered User
 
Join Date: Sep 2016
Location: Bhopal , Madhya pradesh
Posts: 18
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
arshi1586 is offline   Reply With Quote
Old 10-08-2016, 02:55 AM   #12
kunalkumar
Registered User
 
Join Date: Apr 2016
Posts: 198
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
kunalkumar is offline   Reply With Quote
Old 04-18-2017, 04:01 AM   #13
anitatiwari01
Registered User
 
Join Date: Apr 2017
Posts: 314
JVM (Java Virtual Machine) is an abstract machine. It is a specification that provides a runtime environment in which java bytecode can be executed.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
anitatiwari01 is offline   Reply With Quote
Old 05-05-2017, 04:25 AM   #14
michael Amaral
Registered User
 
Join Date: May 2017
Posts: 37
[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.*
michael Amaral is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:19 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.