Constants
uUseful at the variable, method, and class levels
uUse all uppercase when naming
uUse keyword final (like CONSTANT in PL/SQL)
ØVariables must be initialized in same statement
ØClass cannot override method in a subclass
ØClass cannot be inherited
§final only applies to method and class declarations
§Can be overridden in a subclass
More advanced Java concepts