2003.09.15


Package jdc.java.lang

Provides classes that are fundamental to the design of the Java programming language.

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.
 

Package jdc.java.lang Description

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



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.