Question: public static void main(String[] args) { String s = new String("abc"); // 在这中间可以添加N⾏代码,但必须保证s引⽤的指向不变,最终将输出变成abcd System.out.println(s);