Applications and Applets.


Applets and Applications
Java is an object oriented language and it has all the features of an Object Oriented Programming Language, encapsulation, inheritance, etc. Java is loosley based around the C++ language and has most of the features that C++ supports and is structured in the same fasion as C++ is.

There are two sorts of Java "programs", Applications and Applets.

Java Applets will be the main focus of this section (for the moment).