java.lang (Java package)

The Java language package.

Availability:

JavaScript - 1.1
Netscape - 3.0
Property/method value type:JavaPackage object
JavaScript syntax:Njava.lang

This JavaPackage provides the main language support classes for Java. There are classes for handling variables, multi-threaded programming, system classes, string-handling and error/exception handler support.

It's not likely you would want to delve deeply into these issues, but occasionally you may need to enquire of some readable attributes of a Java applet and this package may help.