July 18, 2005 12:45 PM EDT
Every application has to consider how its data is stored, manipulated, and
accessed. Fortunately for Java developers Sun provides commonly employed data
structures as part of the Java platform in the Java Collections Framework
(JCF). A framework is a set of well-defined interface... (more)