Q31
In Java arrays are
A.
objects
AnswerB.
object references
C.
primitive data type
D.
None of the above
Answer: Option A
Solution
Answer: Option A
Solution:
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.