java.lang
Package java.lang
Provides classes that are fundamental to the design of the Java programming language.
See: Description
Interface | Description |
---|---|
Appendable | An object to which |
AutoCloseable | An object that may hold resources (such as file or socket handles) until it is closed. |
CharSequence | A |
Cloneable | A class implements the
|