How to synchronize arraylist? \
ArrayList al=new ArrayList(); al.add("lolo"); al.add("polo"); al.add("hai");
Collections.synchronizedList(al); .