1.

Which interface provides the capability to store objects using a key-value pair?

Answer» An object that maps keys to values. A map cannot contain duplicate keys; each key can map to at most one value.


Discussion

No Comment Found