Glossary
- OOP -- Object Oriented Programming
- JAVA file -- Java source (program) code by the programmer. File ext is ".java"
- CLASS file -- Compiled result -- e.g. Java compiles Foo.java into Foo.class
- ZIP file -- Compressed "Archive" containing 0 to many directories and files. File extension is ".zip"
- KIS -- Keep it Simple
- Context -- The "environment" for the given subject or scenario. This is a useful word in OOP.
- Working Directory -- Simply any directory on your computer where you are putting source code files
Introduction To Objects With Java