answersLogoWhite

0

Is Jvm in the system

Updated: 11/21/2022
User Avatar

Wiki User

14y ago

Best Answer

The JVM (Java Virtual Machine) is a part of the JRE (Java Runtime Environment).

The JRE is comprised of the JVM and the Class Library.

The JVM takes the java language and compiles it into Bytecode which can then be interpreted as machine code by the platform(OS). The JVM will compile byte code specific to the OS it is being deployed upon. The JVM allows the Java language to be platform independent.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is Jvm in the system
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is purpose of JVM?

JVM stands for Java Virtual Machine The JVM is the system in which our Java programs are executed.


This training system requires use of the Java Virtual Machine JVM?

True


What the basic component of system units?

system components are javac ,jvm,interpreter, source code, classfile etc


Is JVM is part of compiler?

no jvm is not a part of java compiler


Is JVM same for UNIX and window operating system?

Logically, for all intents and purposes the functionality of the JVM is the same in Windows and other operating systems, including Linux, Unix (and variants), z/os, etc. A Java program utilizing the JVM will run the same way on all the different platforms.


How one jvm call another jvm?

As of Java 6 every JVM runs an MBeanServer which you can connect to via a JMX RMI connection and then invoke methods on services hosted in the remote JVM's Mbean server.


Is JVM a software or hardware?

JVM stands for Java Virtual Machine, it is software.


What is green thread in java language?

Green thread scheduled by jvm insteadof respective operating system(nativiely).


Should all the devices have jvm to run java application?

There are relatively few devices that don't have a JVM implementation, but it is not true that all devices should have a JVM.


Why java is called platform independent not operating system independent?

A "platform" is whatever environment in which Java is running. This includes operating systems. A Java source file on compilation produces an intermediary .class rather than a executable file. This .class file is interpreted by the JVM. Since JVM acts as an intermediary layer.


Why main method only called by jvm why not any other our own static method?

At the time of developing jvm the development team by default make a only one method call i.e; 'main' method call in the jvm that's why when the call is loading into the jvm the jvm call the main method...and execution was starts..


How many threads run at the start of JVM?

at the starting of the JVM it handels approx 7000 threads .........