Java Import |
Java Import indicates a file imports an individual class. For example, the some_file.java file might contain:
Java Import Demand indicates a file has an on demand import statement for a package or class. For example, the some_file.java file might contain:
import pack1.*;
Scientific Toolworks, Inc. http://www.scitools.com |