Categories
Tags → Java Hashtable

Difference between HashMap and HashTable

Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is...
DETAILS
©2003-2019 jCay.com