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