Java package: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
m Reverted edits by 2405:204:C693:2B55:B461:68E8:AB63:A15F (talk) (HG) (3.4.7)
Line 56:
For example, if an organization in Canada called MySoft creates a package to deal with fractions, naming the package <tt>ca.mysoft.fractions</tt> distinguishes the fractions package from another similar package created by another company. If a German company named MySoft also creates a fractions package, but names it <tt>de.mysoft.fractions</tt>, then the classes in these two packages are defined in a unique and separate namespace.
 
Complete conventions for disambiguating package names and rules for naming packages when the Internet ___domain name cannot be directly used as a package name are described in section 7.7 of the Java Language Specification.<ref>http://docs.oracle.com/javase/specs/jls/se6/html/packages.html#7.7</ref>jjhg
 
==Core packages in Java SE 8==