 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| • |
In
Java an array is
a reference type. The
|
|
|
address
of the first item in the array (the base
|
|
|
address)
is passed to a method with an array
|
|
|
parameter
|
|
|
| • |
The
name of the array is a reference variable
|
|
|
that
contains the base
address of the array
|
|
|
elements
|
|
|
| • |
The
array name dot length returns the number
|
|
of
locations allocated
|
|