what is meant by vector in Java is thread safe and synchronized, how is it made thread safe. I\'m looking at internal details of implementation
The methods are marked as synchronized. Check out the Synchronized Method tutorial.
synchronized