Thread: What is JDK?
View Single Post
Old 10-20-2015, 12:00 AM   #13
smmexpertss
Registered User
 
Join Date: Sep 2015
Location: UK
Posts: 447
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.
smmexpertss is offline   Reply With Quote