Zephyrix
@Zephyrix@artemis.camp
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on In java, what is the purpose of `com.` In package names 1 year ago:
To expand on this, it’s the naming convention that Java defines.
Package names are written in all lower case to avoid conflict with the names of classes or interfaces.
Companies use their reversed Internet domain name to begin their package names—for example, com.example.mypackage for a package named mypackage created by a programmer at example.com.https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html
- Comment on Which domain name registrar should I use? 1 year ago:
It looks like they no longer offer this? Can’t find any trace of it on their website and all the old links referencing them are dead.