The HashMap class uses a hash table to implement the Map interface. This allows the execution time of basic operations, such as get() and put(), to remain constant even for large sets. HashMap implements Map and extends AbstractMap. It does not add any methods of its own. Once should note following features of HashMap...