Publicis Sapient Interview Question

How to make an arraylist synchronized

Interview Answer

Anonymous

Jun 20, 2017

Either by using Collections.synchronizedList(arryList) or CopyOnWriteArrayList