问题 更新时间2023/4/3 12:59:00 String s = new String(“xyz”);创建了几个String Object? 答案 登录 注册 两个对象,一个是“xyx”,一个是指向“xyx”的引用对象s。 出自:江开 >> 湖南大学-网络编程