String 属于基础的数据类型吗?

回答·3
最热
最新
  • 基本数据类型有:byte,int,char,short,long,float,double
  • 不属于
  • 不属于,基本数据类型有四类八种,String属于引用数据类型,底层是char类型的数组