1

How JRE is different from JVM?


Bookmark and Share
Created by kiranyande 2 years 43 weeks ago
Category: Tech   Tags:

JRE includes (JVM ) java

kiranyande 2 years 43 weeks 5 days 14 hours ago

JRE includes (JVM ) java virtual machine and some other library files. That runs a java application. JVM - understand the corresponding byte code of a java class and make it ready for run.