Home Segments Top Top Previous Next

650: Mainline

The correspondence between package names and path names enables Java to find compilation units specified in import statements. Java simply combines each path specified by the CLASSPATH variable with the path specified by the package name, then searches each combination for the package's compilation units.