



|
|
CS1 Course Site
|
Glossary of Terms ( Cognitive and Computational )
Wednesday September 27 , 2000
|
|
-
Definition
An APPLICATION is a Java Class containing a public static method called ``main.''
-
Definition
An APPLICATION ARCHITECTURE is a set of conventions regarding the components of an application and the communication among true components.
-
Definition
The BASIC APPLICATION ARCHITECTURE is the application architecture in which the application class contains precisely one thing, the main method.
|
|