+ 10
What is the difference between jvm and jre?
5 ответов
+ 12
JRE = JVM + Java Packages Classes(like util, math, lang, awt,swing etc)+runtime libraries.
+ 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.
+ 2
JRE is the environment required to run JVM whereas JVM converts class code to machine code
+ 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.
0
JVM is Java virtual machine and JRE is Java runtime environment