---Vector
-allows null
-synchronized
-contains legacy methods that are not part of collection framework.
-implements list
---HashTable
-does not allow nulls
-synchronized
-part of originaljava.util
-implement map
--hashtable store objects that override the hashcode() and equals().