In Java, packages must be imported using the import statement before they can be used in a program. This makes the classes and interfaces from the package available to your code. Packages don't need to be executed, referenced (too vague), or declared before use - they must be explicitly imported.