Multiple Choice
What do you normally use with a partially-filled array?
A) A class that does nothing but manage the array
B) An accompanying parallel array
C) An accompanying integer value that holds the number of items stored in the array
D) An accumulator
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Once an array is created, its size
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
Q54: Which of the statements are true about
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