Whether access to members of a package is allowed is determined by the host system. The package java
should always be accessible, and its standard subpackages
lang
, io
, and util
should always be accessible.
It is strongly recommended that the protections of a file system or database used to store Java programs be set to make all compilation units of a package available whenever any of the compilation units is available.