Thread: What is JDK?
View Single Post
Old 09-19-2016, 04:55 AM   #4
Mohammed abbas
Registered User
 
Join Date: Aug 2016
Posts: 26
The Java Development Kit (JDK) is an implementation of either one of the Java Platform, Standard Edition; Java Platform, Enterprise Edition or Java Platform.
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.
Mohammed abbas is offline   Reply With Quote