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
How to store image in arraylist in java?
Why parsing is done?
What is use of valueof () in java?
Explain java thread life cycle.
What is bufferedreader in java?
Why is a constant variable important?
Is java an open source?
What is charat ()?
Can we call a non-static method from inside a static method?
What is array in java?
What is bitwise complement?
Is the empty set a singleton?
Differentiate between overriding and overloading cases?
What is bubble sorting in java?
What is command line argument in java?