Multiple Choice
An array of String objects
A) is arranged the same as an array of primitive objects
B) is compressed to four bytes for each element
C) must be initialized when the array is declared
D) consists of an array of references to String objects
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: If numbers is a two-dimensional array, which
Q8: What does the following statement do? double[
Q9: Objects in an array are accessed with
Q18: Java provides a mechanism known as a
Q21: Which of the following is a correct
Q27: Which method is used to determine the
Q52: Given the following two-dimensional array declaration, which
Q53: What would be the result after the
Q56: What is the value of scores[2][3] in
Q62: What does <String> specify in the following