Passing Arrays as Arguments
lIn 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 
lThe name of the array is a reference variable that contains the base address of the array elements
lThe array name dot length returns the number of locations allocated
l