What is JVM ?

Answer Posted / shadow

When we install a java package. It contains 2 things
* The Java Runtime Environment (JRE)
* The Java Development Kit (JDK)

The JRE provides runtime support for Java applications. The
JDK provides the Java compiler and other development tools.
The JDK includes the JRE.

Both the JRE and the JDK include a Java Virtual Machine
(JVM). This is the application that executes a Java
program. A Java program requires a JVM to run on a
particular platform.....!
$HADOW

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you call one constructor from another if a class has multiple constructors?

579


Which are different kinds of source code?

650


What happens if we don’t define serial version uid?

563


Is java free for commercial?

487


Which method cannot be overridden in java?

585






Why runnable interface is used in java?

564


What is downcasting?

563


What is java util list?

481


What is the difference between numeric and integer?

509


What are the skills required for core java?

532


How do you convert an int to a string in java?

534


What is the use of volatile in java?

592


If two threads have same priority which thread will be executed first ?

839


Why are the methods of the math class static?

570


What is yield () in java?

478