P Dunn's Super CS1 Site

CS1 at Oswego

Hypertexknowlogy

Frequently Asked Questions

 
P Dunn's Super CS1 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 applicaiton and the communication among these components.

Definition   The BASIC APPLICATION ARCHITECTURE is the application architecture in which the application class contains precisely one thing,  the main method.