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.

Related Questions

The new Java arrays can be created into a JavaScript programs using which of the following classes?
When comparing java.io.BufferedWriter and java.io.FileWriter, which capability exist as a method in only one of two ?
Two dimensional arrays are also called
Two dimensinal arrays are also called
Which of the methods are used to manage result sets using both associative and indexed arrays?
There are three different kind of arrays:
Absent any actual need for choosing one method over the other, does passing arrays by value to a read-only function reduce performance compared to passing them by reference?
What function computes the difference of arrays?

Next steps