Scope of Java variables

Source: Internet
Author: User

1. Can be divided into member variables and Local Variables

the scope of the two is different : the scope of a local variable is limited to the method that defines it , method cannot be accessed outside the , The scope of a member variable can be accessed within the entire class if access permission is allowed , class can also be used outside the

different initial values : for member variables , If no initial value is given inside the class , Java will give it a default value , if the data type value is 0, the value of the reference type is NULL , but Java does not give local variable gives initial value , Therefore, the local variable must be defined to be assigned before it can be used Local variables can have the same name as member variables, and local variables have higher precedence when used

Scope of Java 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.