Today we will be covering the creation of classes and then using them in combination with each other. Firstly, we’re going to want to create a package in the IDE. You can do this by right-clicking the “src” directory in the project exporer and selecting “new->package”. Once we have the package we will be readyContinue reading “Java Lesson 3 – Creating Classes”
Tag Archives: programming language
Java Lesson 1 – The Basics
Last time we set up the IDE and the JDK so that we’re ready to create Java programs. In this tutorial we will be looking at declaring variables, loops and conditional statements, the naming convention in Java, access modifiers and how to comment your code. If you haven’t gone through that tutorial, I would stronglyContinue reading “Java Lesson 1 – The Basics”
Getting Started – Java
Java is one of the most popular languages in the world, due to its cross-platform nature and the ease of which its can be learned. It may not be as fast or as efficient as a language such as C or C++ but Java has many powerful features that make it a good starting languageContinue reading “Getting Started – Java”