The convention for packages is your domain name. Dashes are sometimes not allowed in package names. So if your domain name has a dash what should you use?
The convention for packages is your domain name. Dashes are sometimes not allowed in
Share
The “official” convention in Java is to replace it with an underscore.
From (an older version of) the spec: