Java: Programs

Kinds of Programs

There are several types of programs that you can build in Java.

These notes cover only applications and a little bit about applets - the two most common forms of Java programs in textbooks. There was a lot of enthusiasm for Applets when Java first appeared because no other kind of program could safely be distributed over the Internet, but now applications, just normal programs, are seen as more important.