Java Naming conventions

Source: Internet
Author: User

1.Java Engineering Package Structure naming specification: All packages are prefixed with a com.accp.ssh06-like prefix, and all of the words are lowercase, and the words are separated by dots.


Naming conventions for 2.Java class names: Capitalize the first letter of each word that makes up the class name. such as: Accpteacher. and the name of the class to have certain real meaning, let a person see on the understanding, understand what you write this class is what meaning, what use.


Naming conventions for 3.Java variable names and method names: the first lowercase letter that makes up a variable name and method name, and the first letter of the second word. such as: FirstChild, createelement (). The naming of variable names and method names also has some practical significance.


Naming conventions for 4.Java constant names: all words that make up a constant name are capitalized, and multiple words are separated by underscores, such as: Max_num.

Java Naming conventions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.