JDK(Java Development Kit) contains all the required tools and libraries to develop and run Java applications, including JRE.
JRE Java run time environment is a piece of software which contains JVM and other libraries required to execute Java programs.
