News

The Java 2 SDK organizes its vast collection of classes and interfaces into a tree-like hierarchy of packages within packages, which is equivalent to directories within directories.
The interface hierarchy ... The interfaces java.util.List and java.util.Set extend Collection, representing more specialized data structures and adding more operations and/or constraints.