Publicis Sapient interview question

How to make an arraylist synchronized

Interview Answer

Anonymous

20 Jun 2017

Either by using Collections.synchronizedList(arryList) or CopyOnWriteArrayList