Return to Jeff's Main Page

CS1 at Oswego

Hypertexknowlogy

Frequently Asked Questions

 
My Intro to Object-Oriented Programming  
 
 
 
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 these components.

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