As we are starting with Java, the first thing we will have to do is download the official version of the JDK (Java Development Kit). For this, we are going to go to the Oracle website, which is the owner of Java, and we download the JDK.
Oracle recommends NetBeans as IDE (Integrated development environment) for programming with Java. So in this course, we will use said IDE that you can download together with Java from this URL.
However, for the first lessons of the course, we will not perform any installation, we will use an online Java compile, with which we can practice from our browser.
Compiling and running Java Online.
There are several Java compilers online. Just type in Google: “java online compiler” and we will list several actions.
Continue reading Starting with Java