11 - Packages
11 - Packages
11 - Packages
Packages
Learning Objectives
Defining Packages
Package Scope
The import Statement
Static Imports
CLASSPATH and Import
What is Package?
Packages in Java is a mechanism to encapsulate a
group of classes, interfaces and sub packages.
Points to remember:
At most one package declaration can appear in a
source file.