
Welcome to the Creating Coder!
The Creating Coder website is dedicated to all levels of coders.
Check out our Introduction to Java Classes
Before we get started
Hey there future programmer! Congratulations on taking your first step into learning Java! I really hope you enjoy this course. Before we get started will need two things: The latest version of Java JDK (Java Development Kit) An Integrated Development Environment (IDE) To download the latest version of Java you can visit the oracle website […]
Lesson 1: Lets make our first Java program!
It is customary for all programmers to create a Hello World program as their first program. We shall honor this tradition and make our very own! Step 1: Open up your Integrated Development Environment (I will be using JGrasp.) Step 2: Lets create a class to hold our program! To do this, lets write the […]
Lesson 2: Understanding our HelloWorld program – Classes and Object-Oriented Programming
After writing our first Java program in Lesson 1, it is important to go over our code and make sure that we are familiar with what we have written. If you don’t understand everything by the end of this lesson, that is alright. Some of what we go over will make more sense with time. […]