Write Java statements to initialize the objects in the ArrayList created in question number 2 above to -1.

What will be an ideal response?


```
for(int i=0; i < 25; i++)
list.add(-1);

```

Computer Science & Information Technology

You might also like to view...

The ____________________ Tool creates polygons or stars.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Visual Basic comes complete with many sample applications to help get you started with Internet programming right away.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the figure above, which number refers to the security challenge?

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology

The message dependent part of the Schnorr digital signature generation requires multiplying a __________ with an n-bit integer.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology