Saturday, September 18, 2004

An Introduction to Java Map Collection Classes

An Introduction to Java Map Collection Classes: "The collection classes in java.util include some of the most commonly used classes in Java. The most commonly used collection types are List and Map. Concrete implementations of List include ArrayList and Vector, which are variable size lists ideal for building, storing and manipulating a list of elements of any type of object. Lists are ideal when you want to access elements by numerical index."

No comments: