Discussion :: Objects and Collections
-
Which interface provides the capability to store objects using a key-value pair?
Answer : Option A
Explanation :
An object that maps keys to values. A map cannot contain duplicate keys; each key can map to at most one value.
Be The First To Comment