Java Learning Path (ii)--thinking in Java

Source: Internet
Author: User

For Yesterday Java Learning Road (a)--thinking in Java static method of the class can not be accessed to create a non-static class, the internal class is modified to be static class, easy to operate. Now gives you a second, highly efficient way to add no deletions. You can copy and paste an inner class from a class you create into a class, and as an external class, you can create a reference to the class in the static Main method.

The source code is as follows:

?

class test{int S; char c;}    public class Test1 {public static class test{int s;  char c;  } public static void Main (string[] args) {Test t = new Test ();  System.out.println ("s" +t.s); System.out.println ("C" +t.c);

  

}

Java Learning Path (ii)--thinking in Java

Related Article

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.