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 math exp in java?
Which is best ide for java?
Explain the difference between jdk, jre, and jvm?
Is space a char?
What is the function of java?
What is the difference between class forname and new?
Explain about the interpreter in java?
List the three steps for creating an object for a class?
Can we force garbage collector to run ?
Which number is denoted by leading 0x or 0x in java?
Explain creating threads by implementing runnable class?
What is java util collection?
what is the difference between Object Based Language and Object Oriented Language?
What is Classloader in Java?
How do you sort an array in java?