Hi I am new for working on Java multi thread environment. I have to add,update and remove the set of objects in collection at one thread. And at this same time I going to check and iterate the object at another thread.
List and set are not thread safe. Can any one please share me that which one of the collection/Map classes are better to use on multi thread environment ?