Java - Load Factor

Load Factor:

  • After Loading 0.75, the Hash Map (Default size 16) will create new object. That is called Load Factor.
  • In other words, Load Factor decides when exactly to increase the Hash Map capacity.

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab