Glossary Java / Term
A group of types. Packages are declared with the package keyword.
A package in Java is an encapsulation mechanism that can be used to group related classes, interfaces and subpackages. Packages are declared with the package keyword.
Permanent link package - Creation date 2022-01-03