Privacy Policy Terms Of Use. Copyright © 2006-2010 Java Tutorials and Examples.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
I am writing a program in which I have a Java vector object. My program is supposed to be multi threaded and the vector object can be modified by any of the running thread. I am not sure whether the vector is synchronized or I have to write a code in such a way that it gets synchronized. Any thoughts?

