Array - A Pseudo Class!
One final instance variable: length
For each primitive type (and all classes), there's an implicit Array subclass
Cannot be extended (subclassed)
Inherits methods from Object
- new int[5]).getClass().getSuperclass()
- will return Java.lang.Object