What are the meaning of the packages org and com in java?
|
According to Sun, packages should be namespaced according to the inverse of your domain name, and then followed by whatever you see fit. Most companies or organisations have a
And the examples that they give, make it pretty clear that you are meant to use the companies DNS name:
You will also see |
||||
|
|
|
You can also see package names as reversed internet domain names (which is often also true in real world, see for example the Package names are in general just to identify the manfacturer/vendor of the code you're facing. |
|||||
|
|
Usually The |
|||
|