 |
Chapter 10. Arrays
In the Java programming language, arrays are objects (§4.3.1), are dynamically
created, and ... All methods of class Object may be invoked on an array. ... If an
array has n components, we say n is the length of the array; the components of
the&n
docs.oracle.com |
 |