#BackCoding
Hashtable is similar to HashMap which can store elements in the form of key-value pairs. But Hashtable is synchronized assuring proper results even if multiple threads act on it simultaneously We can write Hashtable class as:
we did not mention any capacity for the Hashtable. The default initial capacity of this Hashtable
#java
#programming
#shorts