Hi,
What is JDK?
Thanks
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
Video tutorial Installing JDK:
Thanks