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.

Computer Science & Information Technology

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

Computer Science & Information Technology

________ 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

Computer Science & Information Technology

What combination of keys will produce the Windows Task Manager window?

A) Ctrl, Alt, and Insert B) Ctrl, Alt, and

Computer Science & Information Technology

PCI-X is replaced with

A) AGP B) USB C) PCI-Y D) PCIe

Computer Science & Information Technology