Originally posted by brent spearios: Is collection and interface or a class?
Be sure not to confuse the Collection interface with the Collections class. The Collection interface is the basis for many data containers in Java. The Collections class, however, supplies a large number of utility methods (like sorts and the like) that operation on objects that implement the Collection interface. Corey