Thursday, 18 June 2015

Difference between JDK, JRE and JVM?


JRE is targeted for execution of Java files.

i.e. JRE = JVM + Java Packages Classes(like util, math, lang, awt,swing etc)+runtime libraries.

JDK is mainly targeted for java development. i.e You can create a Java file (with the help of Java packages), compile a Java file and run a java file.



 

 

No comments:

Post a Comment