What is the difference between jvm and jre? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

What is the difference between jvm and jre?

6th Mar 2016, 6:05 PM
Guneet Singh
Guneet Singh - avatar
5 Answers
+ 12
JRE = JVM + Java Packages Classes(like util, math, lang, awt,swing etc)+runtime libraries.
21st Mar 2016, 7:04 PM
Andrzej Warunek
+ 9
The JRE is the environment within which the virtual machine runs. JRE is the container, JVM is the content. Java Runtime Environment contains JVM, class libraries, and other supporting files.
16th May 2016, 1:08 PM
James Flanders
+ 2
JRE is the environment required to run JVM whereas JVM converts class code to machine code
3rd Sep 2016, 11:53 AM
shoa
shoa - avatar
+ 1
JVM- Java Virtual Machine JRE- Java Runtime Environment JVM make the code to byte code and JRE is an that need to run the java program.
20th Jan 2017, 4:12 PM
Faruque Hossain
Faruque Hossain  - avatar
0
JVM is Java virtual machine and JRE is Java runtime environment
8th Feb 2017, 6:13 AM
SURAJ KUMAR RAM
SURAJ KUMAR RAM - avatar