Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Plain Old Array
-
The length/size of array is as in the declaration. Each element of the array is initialized to the default value (null for object).
-
Array in Java does …