+ 1
What is the difference between jvm and jre?
can anyone explain the difference between the two things and their operations
2 Antworten
+ 4
jvm is the set of instructions which understands processes and executes the machine code. jre is installed on os it is the whole set of programs needed while running a Java program including that jvm
+ 3
JVM is used by java to compile the java program whereas JRE is runtime environment used to run java program.