Server Reference Guide : 8. Java Interface : Java Conventions
 
Share this page                  
Java Conventions
The Java interface preserves the conceptual model and basic functionality of the COM interface, while also conforming as much as possible to standard Java usage and stylistic conventions. The following conventions are observed:
Although the Java method names mimic the underlying COM method names, the first character of each method name in Java is always lowercase.
Standard Java package naming conventions are also observed: all lowercase, with product name prefixed by company DNS name, in true hierarchical order. For example, com.ca.openroad.