Wednesday 26 March 2014

Package Naming Conventions

1. Package names written in all small case letters.

2. Use reverse name of your domain while creating packages, It solves the conflicting problems.
    Ex: for the domain, example.com, and package named "collections".
            com.example.collections

3. You can use “_” in package name. 

4. Package must not start with any digit or Special characters

  Prevoius                                                 Next                                                 Home

No comments:

Post a Comment