Difference between JDK, JRE, JVM
Answer Posted / banti prajapati
Java Virtual Machine (JVM) is an abstract computing machine. Java Runtime Environment (JRE) is an implementation of the JVM. Java Development Kit (JDK) contains JRE along with various development tools like Java libraries, Java source compilers, Java debuggers, bundling and deployment tools.
JVM becomes an instance of JRE at runtime of a java program. It is widely known as a runtime interpreter. The Java virtual machine (JVM) is the cornerstone on top of which the Java technology is built upon. It is the component of the Java technology responsible for its hardware and platform independence. JVM largely helps in the abstraction of inner implementation from the programmers who make use of libraries for their programmes from JDK.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is static import in java? Explain
What is the use of singleton?
What is class and its types?
What does \ mean in regex?
How do I know if java is installed?
What is string pool in java?
How to sort an array from smallest to largest java?
What is an object class?
What does arrays sort do in java?
How do you start a thread?
I want to print “hello” even before main is executed. How will you acheive that?
What is the symbol for space?
What is quick sort in java?
please send me hr interview questions in it industry
What is advantage of java?