Na documentação https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html#add-E-
o método add do Vector não é syncronized
Na documentação https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html#add-E-
o método add do Vector não é syncronized
Jefferson, Bom dia !!
na documentação está dizendo que ele é sincronizado . segue o trecho que diz isso :
"As of the Java 2 platform v1.2, this class was retrofitted to implement the List interface, making it a member of the Java Collections Framework. Unlike the new collection implementations, Vector is synchronized. If a thread-safe implementation is not needed, it is recommended to use ArrayList in place of Vector."
Espero ter ajudado . Bons Estudos