ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Diff between Vector and hashTable?

---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().
Related Posts Plugin for WordPress, Blogger...
Flag Counter