String是什么?在Java中,String(字符串)是一个用来表示字符序列的对象,任何用双引号括起来的文本都是一个String对象,Stringgreeting="Hello,World!";St...