Packages Flashcards
1
Q
What Is a Package?
A
A namespace that organizes a set of related classes and interfaces
Placing your code into packages makes large software projects easier to manage.
he Java platform provides an enormous class library (a set of packages) suitable for use in your own applications. This library is known as the “Application Programming Interface”, or “API” for short.