Java naming conventions
In the Java™ programming
language, by convention, the names of classes are modified so that
the first character in the name is uppercase.
The name of the deprecated import method conflicts
with a Java keyword. Therefore,
the method name in Java is prefixed
with an underscore (_) so that the name becomes _import.