In Java arrays are
A. objects
B. object references
C. primitive data type
D. None of the above
Answer: Option A
Solution (By Examveda Team)
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.
Join The Discussion