Java八種基本類型(byte、short、int、long、浮點數、char、boolean、基本類型轉換)

(1)常用基本類型彙總 八種基本類型彙總 八種基本類型的字節空間和應用場景 類型名稱 字節空間 應用場景 byte 1Byte 字節數據 short 2Byte 短整數 int 4Byte 普通整數 long 8Byte 長整數 float 4Byte 浮點數 double 8Byte 雙精度浮點數 char 2Byte 一個字符 boolean 1Byte 邏輯變量(true,flase) (2
相關文章
相關標籤/搜索