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 the new line character?
what are different ways in which a thread can enter the waiting state? : Java thread
What is the disadvantage of java?
What is the difference between array and array list in java?
What does you mean in math?
What is the difference between a switch statement and an if statement?
Can you inherit a constructor java?
What is the difference between char and char *?
What is the difference between serializable and externalizable interface?
How do you convert an int to a double in java?
What is difference between path and classpath in java?
What are adapter classes?
What is core java used for?
what is bmg file and how to create that files?what will it contailn?
What are the 3 types of loops in java?