top of page

Q 1.2 - JDK

What is the purpose of JDK in computers today.

  • Give what abbreviation stands for - Java Development Kit (JDK)

  • 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.

bottom of page