Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is JVM ?

Answers were Sorted based on User's Feedback



What is JVM ?..

Answer / 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

What is JVM ?..

Answer / javamasque

Java Virtual Machine is the runtime environment of JAVA. The JVM has 3 forms as 1. Specification 2. Concrete implementation 3. Run time execution. JVM is platform dependent. A single JVM instance is created per JAVA standalone or web application. The lifecycle of JVM instance starts with the start of application and ends with the stop of application.

Is This Answer Correct ?    1 Yes 0 No

What is JVM ?..

Answer / suresh

JDK is Java Development Kid which is contain bundle of s/w
to develop java projects.It contain JRE also it is nothing
but Java Runtime environment...which is used to execute the
program. JRE contain jvm nothing but java virutal machine
which is used to convert the byte code into executable code
or it convert the machine independent code to machine
dependent code....so we will execute java application using
jre is enough.

Is This Answer Correct ?    1 Yes 2 No

What is JVM ?..

Answer / ravi

JVM is Java virtual machine which converts source code into
java bytecode.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Core Java Interview Questions

How do you sort arrays in java?

0 Answers  


What are integer overflows and underflows and how to handle them?

3 Answers   Wipro,


What is a final class ?

0 Answers  


What is %02d?

0 Answers  


What is sortedmap in java?

0 Answers  


What is the difference between an if statement and a switch statement?

0 Answers  


What is the difference between == and === javascript?

0 Answers  


What interface is extended by awt event listeners?

0 Answers  


How to make a non daemon thread as daemon?

0 Answers  


How will you invoke any external process in java?

0 Answers  


program to validate the IP address? Validity range should be 0 to 255

1 Answers   Huawei,


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

0 Answers  


Categories