Naming Conventions 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.
Why is Java package in convention?
Naming Conventions 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.