Previous < 1 2 3 4 5 > Next
The preferred size of a component is the minimum component size that will allow the component to display normally.
The setLayout() method is used to specify a container's layout.
The Panel and Applet classes use the FlowLayout as their default layout.
When a thread terminates its processing, it enters the dead state.
The Collections API is a set of classes and interfaces that support operations on collections of objects.
The digits 0 through 9 may not be used as the first character of an identifier but they may be used after the first character of an identifier.
The List interface provides support for ordered collections of objects.
It uses those low order bytes of the result that can fit into the size of the type allowed by the operation.
The Vector class provides the capability to implement a growable array of objects