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

What is the vector class in java programming?

554


Why hashset is used in java?

526


Does a class inherit the constructors of its superclass in java programming?

514


What is a boolean expression in java?

524


How do you replace all in word?

516






What is the file type?

546


Similarity and difference between static block and static method ?

529


Can we sort array in java?

519


What is nan inf?

495


how is final different from finally and finalize in java?

598


Is it possible for yielded thread to get chance for its execution again ?

543


What is the difference between variable declaration and variable initialization?

496


What is data and its types?

567


What is an infinite loop? How infinite loop is declared?

560


What is mean by encoding?

618