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

Verified
Correct Answer:
Verified
Related Questions
Q1: When an array is passed to a
Q1: If numbers is a two-dimensional array, which
Q3: The following import statement is required to
Q4: What will be the result of executing
Q7: You can use this ArrayList class method
Q9: Objects in an array are accessed with
Q10: In order to do a binary search
Q19: Which of the following is a valid
Q32: To determine if two arrays are equal
Q39: A sorting algorithm is a technique for