The methods to make collection thread-safe are
The methods to make collection thread safe are:
Collections.synchronizedList(list);
Collections.synchronizedMap(map);
Collections.synchronizedSet(set);

core java

www.TechSearhWeb.com