Classes and Objects
Everything (just about) in Java is a class, or an object of a class. This means:
No global variables
No global constants (!)
No independent functions - only class methods
Everything MUST be object oriented