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

How many arguments can be passed to main ()?

520


What is the purpose of the system class in java?

551


How do generics work?

514


What is the purpose of void?

534


What does += mean in java?

570






What is difference between calling start() and run() method of thread?

555


What is boolean law?

512


What is the current version of java?

537


What is a finally block?

558


What does indexof mean?

528


When can an object reference be cast to an interface reference in java programming?

577


Detail discussions on JVM, memory management and garbage collector.

550


What are static blocks in java ?

607


What are basic keywords?

555


How can you handle java exceptions?

523