Answered Questions

  • What is the Collection?

    MP3DJAY

    • Apr 12th, 2006

    Collection InterfacesThere are six collection interfaces. The most basic interface is Collection. Three interfaces extend Collection: Set, List, and SortedSet. The other two collection interfaces, Map...

    mohan

    • Mar 3rd, 2006

    Collection is a framework. Which is added in java2.It provides some interfaces,abstract classes, classes and algorithms.Here algorithms are static methods.Collection is an interface in Collections fra...