Too Long; Didn't Read
Java’s Collection framework is one of the foundational components of Java platform. Collections in Java represent a group of objects and the framework provides several interfaces and implementations to work with these collections. With the advent of multi-threaded programming, the need for thread-safe collections grew. It is when*Synchronized Collections* were added to the Collection framework that they were made thread- safe.
RELATED STORIES
L O A D I N G
. . . comments & more!