题目内容
以下程序的运行结果是:class Person{public Person(){System.out.println("new Person");}}class PersonSet{Person p=new Person();public PersonSet(){System.out.println("new PersonSet");}}public class demo1{public static void main(String []args){PersonSet set=new PersonSet();}}
查看答案
搜索结果不匹配?点我反馈