Java Lesson 6 – Serialization

So when we’ve been talking about saving variables and states of applications thus far, we’ve been talking about using text files to write variable data out and read variable data in. In fact Java has a set of classes that are designed to allow you to save entire objects. This process is called serialization andContinue reading “Java Lesson 6 – Serialization”

Java Lesson 5 – Interfaces and Enumerators

Enumerators Today we will be looking at enumerators in Java. Enumerators, or “Enums” are a special type of Java class. They are used to define a group of constants in your applications. In addition to holding constants, enums can also contain methods which can be useful for testing and using your enumerator effectively. Below isContinue reading “Java Lesson 5 – Interfaces and Enumerators”

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”

Design a site like this with WordPress.com
Get started