Question 1  of   20

Hashtable class represents

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