String不屬于基礎類型,基礎類型有8 種:byte、boolean、char、short、int、float、long、double,而String屬于對象,String對象是char的有序集合,并且該值是不可變的。