Jump to content

What is the difference between JRE and JVM


vipul20_j

Recommended Posts

when we compile our source code file with .java extension it is converted to byte code. JVM is used to convert the byte code into machine code.While JRE is JVM and some additonal packages.JRE = JVM + Java Packages Classes(like util, math, lang, awt,swing etc)+runtime libraries.In other words JVM is a Part of JRE.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...