I fill a collection one single time when my J2EE webapp starts. Then, several thread may access it at same time but only to read it.
I know using a synchronized collecti
The collection itself does not, but keep in mind that if what it holds is not immutable also, those seperate classes need their own synchronization.