Tuesday, November 29, 2011

What is the Map interface?

A Map (in the API reference documentation) is an object that maps keys to values. A map cannot contain duplicate keys: Each key can map to at most one value. The Map interface follows.
Category:Java Interview Questions

No comments:

Post a Comment