How to use utility methods to implement synchronization ?

Hi,We know that Vector is synchronized , but as it causes performance loss . So how can I use the utility methods of Collections to implement synchonization.Please help me.Thanx in advance.
[217 byte] By [K-Majumdera] at [2007-11-27 2:25:49]
# 1

http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collections.html#synchronizedCollection(java.util.Collection)

See also

http://java.sun.com/j2se/1.5.0/docs/guide/collections/index.html

http://java.sun.com/j2se/1.5.0/docs/guide/collections/overview.html

http://java.sun.com/docs/books/tutorial/collections/index.html

http://java.sun.com/docs/books/tutorial/collections/implementations/wrapper.html

ejpa at 2007-7-12 2:34:36 > top of Java-index,Core,Core APIs...
# 2
Thank u for the references and quick reply....
K-Majumdera at 2007-7-12 2:34:36 > top of Java-index,Core,Core APIs...