I have an ArrayList that I will be using that will get huge... So huge that it often gives me an "out of memory" error. I was trying to maybe see if I could create this ArrayList that grows and shrinks and thrtrfore will not stay large. Since the ArrayList will be static there is where the Collections.synchronizedList comes in.
Also, where could I find out more about Collections.synchronizedList. The javadocs are not exactly the best docs to explain it for me.