Java package: Difference between revisions

Content deleted Content added
m Bah, can't click the back button
Removed nonsense and marked for cleanup
Line 1:
{{cleanup}}
Packages are collections of classes and interfaces in Java. Each package is a simply a folder created by programmer.
Ther are basically two types of packages in Java: