Multiple Choice
In memory, an array of String objects __________.
A) consists of elements, each of which is a reference to a String object
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
Q44: What would be the result of executing
Q45: In Java, you do not use the
Q46: By default, Java initializes array elements to
Q47: The _ method removes an item from
Q48: A sorting algorithm is used to locate
Q50: The binary search algorithm _.<br>A) is less
Q51: If a[ ] and b[ ] are
Q52: Given the following two-dimensional array declaration, which
Q53: What would be the result after the
Q54: Which of the following for loops is