Java static inner class static

Source: Internet
Author: User

Write a static inner class

1  Public classStaticlei2 {3      Public intAge = 20;4      Public Static intwhit = 30;5     6      Public voidTest ()7     {8SYSTEM.OUT.PRINTLN ("Test");9     }Ten      Public Static voidtest1 () One     { ASystem.out.println ("Test1"); -     } -      Public Static classLei//Create an inner class the     { -          Public intAge = 40; -          Public Static intwhit = 50; -          +          Public voidtest3 () -         { +             intb=Staticlei.whit; ASystem.out.println ("Test3"); at         } -          Public Static voidtest2 () -         { -              -System.out.println ("Test2"); -         } in     } -      Public Static voidMain (string[] args) to     { +Staticlei.lei lei =NewStaticlei.lei ();//Create an inner class object -Staticlei.lei.test2 ();//calling a static inner class method theLei.test3 ();//common methods for calling internal classes *System.out.println (Lei.age);//Calling member variables $System.out.println (Lei.whit);//Calling member variablesPanax NotoginsengStaticlei.test1 ();//calling the external static method -          the     } +}

Java static inner class static

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.