Java - Collection - HashTable

HashTable:

  • Hash table also will stored in Key & Pair values.
  • It is a Legacy. Legacy means Its introduced in Version 1.0
  • It is Synchronized
  • No Null Key & No Null Values Allowed
  • In Hashtable values are stored using Hashing technique

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab