Java Collections
Friday, September 18th, 2009
Java Collections Framework provides a ready to use, reusable Java classes. A collection is a data structure, or an object that hold references to other objects. Collections contain references to objects that are all of the same type. The framework provides high performance, high quality implementations of data structors. These are my personal notes from various java books. More posts will follow.


