_______ are specifically designed to store groups of values.

a) Collections
b) Properties
c) Accessors
d) None of the above.


a) Collections

Computer Science & Information Technology

You might also like to view...

Given the following array declaration, what value is stored in testScores[2][0]?

``` Declare Integer testScores[3][3] = 66, 77, 88, 98, 87, 76, 65, 74, 89 ``` a. 98 b. 88 c. 89 d. 65

Computer Science & Information Technology

To ____ means to go through each item in a list one at a time, beginning with the first item in the list and going through the list in order.

A. iterate a list B. traverse a list C. sort a list D. index a list

Computer Science & Information Technology

A table of figures is a list of all the ____________________ for tables, charts, pictures, graphics, and equations in a document.

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

Computer Science & Information Technology

The Object class equals() method returns a(n) ____ value indicating whether the objects are equal.

A. int B. equals C. null D. boolean

Computer Science & Information Technology