Which of the following statements is(are) true about this code?
```
final int ARRAY_SIZE = 10;
long[] array1 = new long[ARRAY_SIZE];
```
a. It declares array1 to be a reference to an array of long values.
b. It will allow valid subscripts in the range of 0 through 9.
c. It creates an instance of an array of ten long values.
d. It will allow valid subscripts in the range of 1 through 10.
a. It declares array1 to be a reference to an array of long values.
b. It will allow valid subscripts in the range of 0 through 9.
c. It creates an instance of an array of ten long values.
You might also like to view...
Constructing one class from another is accomplished by using a capability called ____.
A. inheritance B. polymorphism C. code reuse D. object-oriented programming
________ Software allows you to forensically search for data on your entire network using nothing more than keywords or phrases
Fill in the blank(s) with correct word
What combination of keys will produce the Windows Task Manager window?
A) Ctrl, Alt, and Insert B) Ctrl, Alt, and
PCI-X is replaced with
A) AGP B) USB C) PCI-Y D) PCIe