判断题:设String对象s="Hello ",运行语句System.out.println(s.concat("world!"));后
设String对象s="Hello ",运行语句System.out.println(s.concat("world!"));后String对象s的内容为Hello world!,所以语句输出为Hello world!。
答案:FALSE
答案:FALSE