Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Dúvida no Ex. 4 da Aula 6 - Threads

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

1 resposta
solução!

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