Multiple Choice
In Java, you do not use the new operator when you use a(n) :
A) array size declarator
B) initialization list
C) two-dimensional array
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Which of the following is a correct
Q27: Given that String[] str has been initialized,
Q30: What will be the value of x[1]
Q31: In memory, an array of String objects<br>A)
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
Q37: Which of the following is a correct
Q61: The String [ ] args parameter in
Q63: When an array of objects is declared