It’s quite often to see com.* package namespace. What does ‘com’ mean? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The naming convention for packages is specified in the JLS. Here is the relevant snippet (there’s a lot more in the section):
JLS 7.7 Unique Package Names
It’s also given in Naming Conventions section of Sun’s code conventions document:
So
com.prefix in package names means the same as.comsuffix in domain names: "commercial".