Java package: Difference between revisions

Content deleted Content added
Shadanan (talk | contribs)
Added package naming conventions
Shadanan (talk | contribs)
No edit summary
Line 42:
compresses all *.class files into the JAR file ''myPackage.jar''.
 
== Package Namingnaming Conventionsconventions ==
 
In general, a package name begins with the [[top level ___domain]] name of the organization and then the organization's ___domain. The organization can then choose a specific name for their pacakge. Package names should be all lowercase characters whenever possible.
Line 60:
* {{Javadoc:SE|package=java.awt|java/awt}}: basic hierarchy of packages for native GUI components
* {{Javadoc:SE|package=javax.swing|javax/swing}}: hierarchy of packages for platform-independent rich GUI components
 
== See also ==
 
[[Jar (file format)]]
 
== External links ==