Introduction to JAVA
In this tutorial you will learn:
1. Setting up the Programming Environment
2. Setting up IDE
3. Basic JAVA Overview
4. Basic JAVA console Program
Before starting coding you need to first setup the environment for coding. For that first go to Google and download JAVA development kit (JDK). Using this link.
Download JDK
After downloading you simply need to install the JDK. To check if JDK has been installed you simply need to open CMD by first opening RUN (windows+r) and then typing CMD. In CMD you simply need to write Java then press ENTER. If you see some
Add new comment