Java FAQ's
Java Faq's
The stop(), suspend() and resume() methods have been deprecated in JDK 1.2.

The null value is not a keyword.
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.
of an identifier, but not as the first character of an identifier?
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.