Multiple Choice
Which of the statements are true about the following code? final int ARRAY_SIZE = 10;
Long[] array1 = new long[ARRAY_SIZE];
A) Declares array1 to be a reference to an array of long values
B) Creates an instance of an array of 10 long values
C) Will allow valid subscripts in the range of 0 - 9
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q48: A sorting algorithm is used to locate
Q49: If numbers is a two-dimensional array, which
Q50: The following statement creates an ArrayList object.
Q51: You can use this ArrayList class method
Q52: What will be the result of executing
Q53: What do you normally use with a
Q55: Subscript numbering always starts at what value?<br>A)
Q56: This ArrayList class method deletes an item
Q57: The sequential search algorithm:<br>A) requires the array
Q59: This ArrayList class method is used to