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 thread life cycle?
What is your platform?s default character encoding and how to know this?
What are the differences between string and stringbuffer?
What is == in java?
What will happen if static modifier is removed from the signature of the main method?
Is java a super set of javascript?
What is the purpose class.forname method?
How does thread synchronization occurs inside a monitor?
Explain the inheritance?
What are the advantages of java over C++?
What is local class in java?
Where is the find and replace?
Who is the owner of java?
Can java program run without jre?
Is null a string or object in java?