Difference between JDK, JRE, JVM

Answer Posted / siri

JDK or the Java Development Kit is a set of a Java compiler,
a Java interpreter, developer tools, Java API libraries,
documentation which can be used by Java developers to
develop Java-based applications.

JRE or the Java Runtime Environment is a minimum set that
includes a Java interpreter, Java API libraries, Java
browser plug-in, which make up the minimum environment to
execute Java-based applications.

The JVM or Java Virtual Machine is the core of the Java
platform and is a part of both the JDK and JRE that
translates Java bytecodes and executes them as native code
on the client machine.

JDK includes a JRE as as subset.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why string is immutable or final in java

618


Garbage collection in java?

597


What is generic class?

651


If a method is declared as protected, where may the method be accessed in java programming?

498


What is collection class in java? List down its methods and interfaces.

534






What are different types of references?

535


Is arraylist sorted in java?

536


when you will synchronize a piece of your code? : Java thread

531


What is return null in java?

514


what is recursion in java

602


Can we restart a dead thread in java?

555


What is a stack class in java ?

614


Explain method overloading?

573


What do you mean by formatting?

547


Can we use different return types for methods when overridden?

556