June 1999
Intermediate to advanced
540 pages
21h 39m
English
JavaPackage — JavaScript representation of a Java package
Client-side Navigator 3
// Refers to another JavaPackagepackage.package_name// Refers to a JavaClass objectpackage.class_name
The properties of a JavaPackage object are the names of the
JavaPackage objects and JavaClass objects that it contains. These
properties are different for each individual JavaPackage. Note that it
is not possible to use the JavaScript for/in loop to iterate over the
list of property names of a Package object. Consult a Java reference
manual to determine the packages and classes contained within any
given package.
Read now
Unlock full access