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
What is the statements?
What is the difference between sleep and wait in java?
Explain java code for recursive solution's base case?
Can I learn java in 3 months?
What does the append?
Why call by value prevents parameter value change?
What is foreach loop in java?
What is local class in java?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is the largest long allowed by java?
How do you declare a variable?
What is the difference between replace and replace all?
What is field name?
How to sort an array from smallest to largest java?
Is a case study a method or methodology?