[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Java_package
Organization type(org, edu or com).companyname.packagename.subpackagename
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Java_package
What is a Java Package
A Java package is a group or groups of classes and interfaces. Packages are the major component of a namespace and how name conflicts are avoided within that namespace. Typically a package name looks like:Organization type(org, edu or com).companyname.packagename.subpackagename
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
