Examlex

Solved

The Number of Entries That May Be Added to a HashMap

question 2

True/False

The number of entries that may be added to a HashMap< K,V > object is limited to what is specified as the initial capacity in the constructor for the HashMap< K,V > object.


Definitions:

Related Questions