29.2k views
0 votes
What is the use of Java Development Kit?

User Imbr
by
7.8k points

1 Answer

3 votes

Step-by-step explanation:

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. The JDK is typically used to develop applications in Java, but can also be used to develop applets.

User Arletty
by
7.8k points