|
2003.09.15 |
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| Boolean | Boolean contains a final declaration and cannot be subclassed. |
| Class | java.lang.Class is declared as final and cannot be subclassed. |
| Integer | Integer contains a final declaration and cannot be subclassed. |
| Long | Long contains a final declaration and cannot be subclassed. |
| Object | A wrapper class for java.lang.Object. |
| Exception Summary | |
| IllegalAccessException | A wrapper class for java.lang.IllegalAccessException. |
| IllegalArgumentException | A wrapper class for java.lang.IllegalAccessException. |
| InstantiationException | A wrapper class for java.lang.InstantiationException. |
| NoSuchMethodException | A wrapper class for java.lang.NoSuchMethodException. |
| RuntimeException | A wrapper class for java.lang.RuntimeException. |
Provides classes that are fundamental to the design of the Java programming language. The most important classes are Object, which is the root of the class hierarchy, and Class, instances of which represent classes at run time.
|
2003.09.15 |
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||