Monday, February 22, 2016

HashMap Vs HashTable


  1. HashMap permits one null key and multiple null values. Hashtable doesn't permit any sort of nulls (key or values).
  2. http://javahungry.blogspot.com/2014/03/hashmap-vs-hashtable-difference-with-example-java-interview-questions.html

No comments:

Post a Comment