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
Why java is used everywhere?
What is join () in java?
What are streams?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What is the benefit of singleton pattern?
What happens when a thread cannot acquire a lock on an object in java programming?
Can we execute a program without main?
Can you access the private method from outside the class?
What are annotations in java?
What are the basic interfaces of java collections framework?
What is java command?
Can a class extend more than one class?
What is the purpose of the main method?
hr interview how many minutes asking question
Define how objects are stored in java?