Multiple Choice
What does the following statement do? double[ ] array1 = new double[10];
A) It declares array1 to be a reference to an array of double values.
B) It will allow valid subscripts in the range of 0 through 9.
C) It creates an instance of an array of ten double values.
D) It does all of these.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Java performs _, which means that it
Q4: It is common practice to use a
Q5: A ragged array is _.<br>A) a two-dimensional
Q6: To return an array of long values
Q7: What would be the result after the
Q9: Objects in an array are accessed with
Q10: Which of the following is a correct
Q11: Any items typed on the command line,
Q12: Java limits the number of dimensions that
Q13: Which of the following is a correct