Java Reference
In-Depth Information
The javadoc tool generates HTML pages that contain information about
your classes, including any javadoc comments that may appear in your
source code.
■■
The java.util.Vector class is a useful class for creating a heterogeneous
collection of type Object that grows and shrinks dynamically.
■■
The java.util.Hashtable class represents a hash table of elements of type
Object.
■■
The Java collections framework consists of the classes in the java.util
package that represent the various data structures.
■■
Search WWH ::




Custom Search