java.lang.Class (Java class)

The Java Class class.

Availability:

JavaScript - 1.1
Netscape - 3.0
Property/method value type:JavaObject object
Class methods:forName()

Support for access to the Java Classes that define the structure of objects.

Values of this type are visible to JavaScript as a JavaObject which encapsulates the Java created value.

You cannot instantiate new objects of this class because the constructor is not public.

See also:class, Java to JavaScript values

Cross-references:

O'Reilly JavaScript Definitive Guide - page - 358