回覆列表
  • 1 # Bccxx

    資料型別 基本型別有以下四種: int長度資料型別有:byte(8bits)、short(16bits)、int(32bits)、long(64bits)、 float長度資料型別有:單精度(32bits float)、雙精度(64bits double) boolean型別變數的取值有:ture、false char資料型別有:unicode字元,16位 對應的類型別:Integer、Float、Boolean、Character、Double、Short、Byte、Long 轉換原則 從低精度向高精度轉換 byte 、short、int、long、float、double、char 注:兩個char型運算時,自動轉換為int型;當char與別的型別運算時,也會先自動轉換為int型的,再做其它型別的自動轉換 基本型別向類型別轉換 正向轉換:透過類包裝器來new出一個新的類型別的變數 Integer a= new Integer(2); 反向轉換:透過類包裝器來轉換 int b=a.intValue();

  • 中秋節和大豐收的關聯?
  • 計量是什麼意思?