View Single Post
  #2 (permalink)  
Old 11-21-2007, 08:51 AM
m_srikanth m_srikanth is offline
Member
 
Join Date: Nov 2007
Posts: 8
m_srikanth is on a distinguished road
The load factor is a measure of how full the hash table is allowed to get before its capacity is automatically increased.

check the API for further information :
JAVA API for HashTable
Reply With Quote