There are five categories of Java object methods.
Java Object Methods by Category
|
|
|
enables you to delete
a Java object.
|
|
enables you to gather
information about and clear an exception.
|
|
enables you to return
or set the value of static and non-static instance fields of the Java
object.
|
|
enables you to access
static and non-static Java methods.
|
|
enables you to send
the Java output to its destination immediately.
|
The following table
provides brief descriptions of the Java object methods. For more detailed
descriptions, see the dictionary entry for each method.