How to install JDK?

1. You need to install JDK since this is the compiler that will convert JAVA programs in machine language so your computer/machine can understand them. 

2. The Java Development Kit (JDK) is a software development environment used for developing Java applications. 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.

3. I would recommend you installing latest JDK version from the following link.

WINDOWS USERS: READ CAREFULLY:

If you have a Mac or a Linux machine, the command prompt/terminal already comes ready to be used. However, if you use a windows machine, please continue reading:

            java -version

      This command lists all the java version installed in your machine.