Difference between JDK, JRE, JVM
Answer Posted / ranganathkini
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 ? | 412 Yes | 48 No |
Post New Answer View All Answers
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is the main difference between java platform and other platforms?
In how many ways we can do exception handling in java?
Name component subclasses that support painting in java programming?
When is finally block not called?
What is the synonym of procedure?
I want to store more than 10 objects in a remote server? Which methodology will follow?
How will you invoke any external process in java?
What are selection structures?
Explain the difference between intermediate and terminal operations in java8?
How do you get length in java?
How many types of threads are there in java?
What is google full form?
Can we create more than one object singleton class?
What are the different types of multitasking?