|
||
| |
Understanding packages | |
|
Objective
|
Examine packages and the role they play in Java class organization.
To aid in the organization of classes, Java provides a construct known as a package that is used to organize classes into
functionally-related groups. Packages don't directly impact the internal makeup of a class but they do impact the relationship between classes.
What to remember about Java packages
|
|
|
|
||