Java4android (function of the static keyword)

Source: Internet
Author: User

syntax characteristics of static member variables (static String name)

Can be invoked either with a class or by an object.

Static member variables are not variable at the object level, but are class-level. All objects produced by this class are using this static member variable.

syntax characteristics of static functions ( static void Talk () )

Can be called either directly from a class or by using an object to invoke the

non-static member variables cannot be referenced in a static function

syntax characteristics of static code blocks ( static {code} )

   No Name,

Static code blocks are called when the class is loaded, and the main function is to assign initial values to some static variables.

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.