Types of Java Applications
Submitted by jeffheaton on Thu, 01/10/2008 - 03:47
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.




