摘要:
《Thinking in Java》说: 1. The storage allocated for the object is initialized to binary zero before anything elsehappens.2. The base-class constructors 阅读全文
摘要:
《Thinking in Java》说: Because the inner-class constructor must attach to a reference of the enclosing class object,things are slightly complicated when 阅读全文