Basic Parts of Java (2)
uAccess to objects controlled by keywords
Øpublic: code can be used anywhere
Øprivate: access limited to other members of the same class
Øprotected: access a class member anywhere except from  a non subclass in a different package
uExecutable program blocks
ØCollection of declarations, specifiers, and methods
ØSpecifiers modify class visibility and functionality
Java Basics