Content deleted Content added
→Using packages: moved up from JAR section |
The mechanism works even if the source files aren't "belonging to the same category or providing similar functionality " |
||
Line 1:
A '''Java package''' is a mechanism for organizing [[Java (programming language)|Java]] [[class (computer science)|classes]] into [[namespace (computer science)|namespaces]]. Java [[source file]]s
* A package provides a unique namespace for the types it contains.
|