Multiple Choice
An array of String objects
A) is arranged the same as an array of primitive objects.
B) is compressed to 4 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
Q20: For the following code, what would be
Q21: Which of the following is a correct
Q23: What is a ragged array?<br>A) a two-dimensional
Q24: The binary search algorithm<br>A) is less efficient
Q27: What will be the result of the
Q29: A partially filled array is normally used<br>A)
Q30: Java provides a mechanism known as _,
Q32: You use this method to determine the
Q33: To return an array of long values
Q61: The String [ ] args parameter in