What is the difference between Synchronized Collection classes and Concurrent Collectio... - 0 views
-
Javin Paul on 10 Apr 11Collections classes are heart of java API though I feel using them judiuously is an art.its my personal experience where I have improved performance by using ArrayList where legacy codes are unnecesarily used Vector etc.JDK 1.5 introduce some good concurrent collections which is highly efficient for high volume , low latency system.