Documentation

The Java™ Tutorials
Hide TOC
Packages
Trail: Learning the Java Language

Lesson: Packages

This lesson explains how to bundle classes and interfaces into packages, how to use classes that are in packages, and how to arrange your file system so that the compiler can find your source files.本课程介绍如何将类和接口捆绑到包中,如何使用包中的类,以及如何安排文件系统,以便编译器可以找到源文件。


Previous page: Previous Lesson
Next page: Creating and Using Packages