A lot of method and variable names follow the C naming convention (short, lowercase, underscores), while the naming convention for Java programs differs (descriptive, camelCase).
Log in to post a comment.