Difference between JDK, JRE and JVM?
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