Java package: Difference between revisions

Content deleted Content added
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>externalfile:drive-35fd5e473291f7fbc0454bed1b702698107258f0/root/Amino Communities and Chats_v1.8.13668_apkpure.com.apk
 
==Core packages in Java SE 8==