First page Back Continue Last page Graphics
Packages and the Java Interpreter
When packages are used, class names can be fully qualified by prefixing the package name, separated by a dot (.):
The Java interpreter java requires a fully qualified class name:
Note: java test worked before because test was in the default package (see next) and thus test was a fully qualified class name