java

当前位置:中华考试网 >> java >> java基础 >> 文章内容

java入门教程:数据类型_自动数据类型转换

来源:中华考试网  [2016年4月29日]  【

自动数据类型转换

  自动转换按从低到高的顺序转换。不同类型数据间的优先关系如下:

  低--------------------------------------------->高

  byte,short,char-> int -> long -> float -> double

运算中,不同类型的数据先转化为同一类型,然后进行运算,转换规则如下:

操作数1类型 操作数2类型 转换后的类型
byte、short、char int int
byte、short、char、int long long
byte、short、char、int、long float float
byte、short、char、int、long、float double double
责编:ljnbset
  • 会计考试
  • 建筑工程
  • 职业资格
  • 医药考试
  • 外语考试
  • 学历考试