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 always implemented as a ragged array.
C) consists of elements, each of which is a String object.
D) must be initialized when the array is declared.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Which of the following is a correct
Q26: What do you call the number that
Q27: Given that String[] str has been initialized,
Q30: What will be the value of x[1]
Q32: In Java, you do not use the
Q34: What will be the value of x[8]
Q35: An array can hold multiple values of
Q36: What will be returned from the following
Q61: The String [ ] args parameter in
Q63: When an array of objects is declared