Java: Anonymous inner class cannot reference a variable of the non-final type of an outer class

Source: Internet
Author: User

When using a Java local inner class or an anonymous inner class, the local variable must be decorated with the final keyword if the class invokes a local variable of the method, or a compilation error will occur "cannot refer to a non-final variable * inside an Inner class defined in a different method ".
I do not know whether it is because of my programming style problem, this error I often encountered. And when I was learning Java, I didn't remember to say this question in my book. So this time take out Baidu a bit.
Simple Baidu, as if there is no detailed explanation, is probably involved in the JVM and the principle of compiling. Foundation is important. This question is left behind to think deeply.

Java: Anonymous inner class cannot reference a variable of the non-final type of an outer class

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.