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
Can we sort arraylist in java?
What is int argc char * argv?
What is rmi and steps involved in developing an rmi object?
Can we compare two strings in java?
What is difference between filereader and bufferedreader?
How does linkedlist work in java?
Why Java doesn’t support multiple inheritance?
What about abstract classes in java?
When will you define a method as static in Java?
How is abstraction implemented in java ?
Give reasons supporting that string is immutable.
Can a static block throw exception?
hr interview how many minutes asking question
What does exp mean in math?
How do you create a null object?