The SUN-era Java Language Specification gives a suggested convention:
If the domain name contains a hyphen, or any other special character not allowed in an identifier (ยง3.8), convert it into an underscore.
But it’s just a suggestion…
The SUN-era Java Language Specification gives a suggested convention:
If the domain name contains a hyphen, or any other special character not allowed in an identifier (ยง3.8), convert it into an underscore.
But it’s just a suggestion…