Interview Questions - What is JDK?

Hi,

What is JDK?

Thanks

View Answers

August 4, 2017 at 9:05 AM

Hi,

The JDK or Java Development Kit is software development environment for Java. It comes with:

  • JRE - Java Runtime Environment

  • Java Interpreter ( java)

  • Java Compiler (javac)

  • Java Archiver (jar)

  • and Documentation generation tool (javadoc)

For Java application development JDK must be installed on computer.

Check: Beginners Java Tutorials - Installing JDK.

View all interview questions at Java Interview Questions with Answers page.

Thanks


August 4, 2017 at 9:06 AM

Video tutorial Installing JDK:

Thanks









Related Tutorials/Questions & Answers:
Advertisements