What can contain objects that have a unique key field of String type, if it is required to retrieve the objects using that key field as an index?
Click to view the answer
A.
The Map interface provides the capability to retrieve objects by their keys.
The others do not.