Multiple Choice
In Java, arrays are
A) primitive data types
B) objects
C) interfaces
D) primitive data types if the type stored in the array is a primitive data type and objects if the type stored in the array is an object
E) Strings
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: A two-dimensional array named sales holds the
Q26: In Java an array can only store
Q27: The "off-by-one" error associated with arrays arises
Q28: If any int array, a, is passed
Q29: Given the following array declaration and instantiation,
Q31: Write a method to compute the average
Q32: If a and b are both int
Q33: Given the following declarations, which of the
Q34: Given the following statement, where CD is
Q35: A polyline object in Java is<br>A) an