— Blog —

Categories
Java Projects
Grant

Java Interfaces

In this project we look at how to create a Java interface and discuss why creating interfaces is useful.

Read More »
Design Phase
Grant

Software Development Life Cycle (Design Phase)

In this post I discuss the Design phase of the Software Development Life Cycle. When the design phase is meticulously planned based on the information gathered in the Requirements Phase the entire duration of the project can be dramatically decreased.

Read More »
Java Projects
Grant

Java Error Control

In this lesson we will be creating a Java project that focuses on handling errors. Error handling is an essential concept in understanding how to make robust systems. By properly handling errors we ensure that the system fails gracefully instead of crashing from an unrecoverable error.

Read More »
Java Projects
Grant

Java User Input

In this lesson we focus on user input by creating a simple application, it is a perfect project for beginners.

Read More »
Java
Grant

History of Java

In this post I discuss the birth of Java, its ultimate success, and why it continues to be taught around the world 30 years after its inception.

Read More »

Most Popular:

Software Development Life Cycle (Design Phase)

In this post I discuss the Design phase of the Software Development Life Cycle. When the design phase is meticulously planned based on the information gathered in the Requirements Phase the entire duration of the project can be dramatically decreased.

Read More »

Java Error Control

In this lesson we will be creating a Java project that focuses on handling errors. Error handling is an essential concept in understanding how to make robust systems. By properly handling errors we ensure that the system fails gracefully instead of crashing from an unrecoverable error.

Read More »