String不属于基础类型,基础类型有8 种:byte、boolean、char、short、int、float、long、double,而String属于对象,String对象是char的有序集合,并且该值是不可变的。