The Vector class is old and slow in comparison to the ArrayList. When using lists you can use the Collections static method to create a concurrent list which will be "semi" thread safe :)

You...