Multiple Choice
One of the special properties in the ArrayList class is Count. It returns ____.
A) an int representing the number of values currently stored in the array
B) an int representing the size the array was dimensioned
C) how much storage is consumed by the entire array
D) the length of an individual element of the array
Correct Answer:

Verified
Correct Answer:
Verified
Q19: The _ method is used with the
Q20: Which of the following returns the number
Q21: Multi-dimensional array identifiers are normally defined using
Q22: If you override the GetHashCode( ) method,
Q23: There are several ways to do a
Q25: The Length property can be used to
Q26: The method in the string class that
Q27: The string type allows individual characters to
Q28: double [ , ] price = new double [2
Q29: Which of the following would define a