What is the default initial size for a Hashtable / HashMap?
Created May 4, 2012
John Zukowski This depends on what version of Java you are using. For JDK 1.2, the size was 101. For JDK 1.3, the size changed to 11.
Created May 4, 2012