Types of Java Applications | Heaton Research

Types of Java Applications

Get the entire book!
Java for the Beginning Programmer

In this book you will learn to create several different types of Java applications. These application types appear quite differently to the user. Picking the correct application type is an important part of the Java development process. There are three types of Java application:

  • Java Console Applications
  • Java GUI Applications
  • Java Applets

Most of what you learn in this class can be applied to any of the above application types. However, there are some differences in the way you program each. I will begin by explaining the differences and similarities between each of these. This book will focus primarily on console applications.

Copyright 2005-2008 by Heaton Research, Inc.