1.笔试题 Integer intger = new Integer(100)和String str = new String(”ABC”)分别会创建多少个对象。 解析 // 一个 Integer intger = new Intger(100) // 是2个,"abc"创建在常量池,new St