Not in any package |
One final instance variable: length |
For each primitive type (and all classes), there's an implicit Array subclass |
Cannot be extended (subclassed) |
Superclass is Object |
Inherits methods from Object |
(new int[5]).getClass().getSuperclass() |
will return Java.lang.Object |