In Java arrays are
A
objects
B
object references
C
primitive data type
D
None of the above
Correct Answer: objects
In java an array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed.