What is JVM ?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default value of an object reference declared as an instance variable?

531


How do you do absolute value in java?

519


What is Gang of four design patterns

586


In java, how many ways you can take input from the console?

512


Can set contain duplicates?

538






What is type parameter in java?

514


Give me an example of array and linked list? Where they can be used?

548


Describe the term diamond problem.

572


What is the difference between final, finally and finalize() in java?

510


What is a string what operation can be performed out with the help of a string?

502


Is object a data type in java?

580


What’s the difference between constructors and other methods?

527


What is runtime polymorphism or dynamic method dispatch?

514


What is a lock or purpose of locks in java?

581


What is bubble sort in java?

612