Monday, May 19, 2008

Applets, Applications and Appletcations 1

The Java language has defined itself to have two different application formats: the applet and the applications. In Java, there is a naming convention for the type of software that you create. An applet represents the portable and Internet-enabled type of Java- software. An application represents the more traditional Java software that follows the same paradigm as a C++ application.

No comments: