Difference between JDK, JRE, JVM

Answer Posted / laxmi narayana moru

jdk:
jdk means java development kit which contains the set of
tools like javac,java,javap,javah,javadoc to run the java
programme...
jre:
jre means java runtime environment which contains jdk and
java api
jdk is nothing but set of tools
api is a collection of predefined classes and interfaces
jvm:
jvm means java virtual machine which converts the byte code
into machine code which is understandable by the current
machine...

Is This Answer Correct ?    12 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

561


Can a method inside a interface be declared as final?

511


How do you check if a string contains only numeric digits?

603


What is the difference between compare and compareto in java?

481


Difference between comparator and comparable in java?

602






Can java run on google chrome?

555


What if constructor is protected in java?

548


Why do we create public static method in java?

567


Can you declare the main method as final?

515


How do generics work in java?

506


State the difference between creating string as new () and literal.

513


Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..

1803


What is keyword and identifier?

618


What is the use of jtable?

634


Can a static method be overridden in java?

552