We're now ready to make our first Java Program! If you have never been exposed to programming before, I think you'll find it a relief to see how easy it is to make a simple program and start creating useful applications. Hello World Let's start by creating a new Java Project: Select 'Create New Project' … Continue reading Your First Java Program
Tag: java 1.8
How to Install Java 1.8
JRE vs. JDK When downloading Java, many people have trouble knowing if they should download the JRE (Java Runtime Environment) or the JDK (Java Development Kit). The JRE is used when you simply want to run a program that uses Java. The JDK is used for any java development purposes. In this series, we will … Continue reading How to Install Java 1.8