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
What is anagram number?
How many threads does a core java have?
Is map ordered in java?
Is java free for commercial?
What is field name?
What is the full name of java?
What is :: operator in java 8?
What is the order of arraylist in java?
What's the difference between comparison done by equals method and == operator?
Explain the scope of a variable.
What is a lightweight component?
What is a generic code?
What are the properties of thread?
What restrictions are placed on method overriding in java programming?
What is difference between equals and hashcode method?