Wednesday, 13 January 2016

Difference between JDK and JRK



JDk: The Java Development Kit (JDK) is a software development environment used for developing Java applications and applets. It includes the Java Runtime Environment (JRE), an interpreter/loader (java), a compiler (javac), an archiver (jar), a documentation generator (javadoc) and other tools needed in Java development.
- JDK includes the JRE, set of API classes, Java compiler, Webstart and additional files needed to write Java applets and applications
JRE: Java Runtime Environment. It is basically the Java Virtual Machine where your Java programs run on.
· JRE includes the JVM , Core libraries and other additional components to run applications and applets written in Java.

No comments:

Post a Comment