You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hashmap allows one null key and many null values...whereas hashtable does not allow null values or keys
3)iterating:
hashmap uses iterator to iterate through it whereas hashtable uses enumerator to iterate through it. other than hashtable only vector has enumerator iterataing concept.