Question 1  of   20

Hashtable class represents

A. a collection of key/value pairs that are sorted by the keys.
B. a last-in-first-out (LIFO) collection of objects.
C. a first-in-first-out (FIFO) collection of objects.
D. a collection of key/value pairs that are organized based on the hash code of the key.