I read in the Oracle docs that Vector and Hashtable are Legacy. ArrayList is preferred over Vector. And Hashmap is preferred over Hashtable. I am still relatively new in Java.. Can someone confirm to me that this is indeed the generally accepted practice? Are there places people still use Vector? Thank you
https://docs.oracle.com/javase/8/docs/api/java/util/Hashtable.html https://docs.oracle.com/javase/tutorial/collections/implementations/index.html