Core JavaScript 1.5 Reference:Global Objects:java
From MDC
(Redirected from Core JavaScript 1.5 Reference:Objects:java)
Contents |
[edit] Summary
Core Object
A top-level object used to access any Java class in the package java.*.
[edit] Created by
The java object is a top-level, predefined JavaScript object. You can automatically access it without using a constructor or calling a method.
[edit] Description
The java object is a convenience synonym for the property Packages.java.