首页 > 学院 > 开发设计 > 正文

java变量的赋值与传递

2019-11-18 15:31:09
字体:
来源:转载
供稿:网友
 数据类型

java的数据类型有两类:

l          PRimitiveType(简单类型)

l          ReferenceType(引用类型)

 

1.1 PrimitiveType(简单类型)

(参考:langspec-3.0/typesValues.Html#4.2)

 

PrimitiveType的分类如下所示:

 

l          PrimitiveType:

        NumericType

        boolean

 

l          NumericType:

        IntegralType

        FloatingPointType

 

l          IntegralType: one of

        byte short int long char

 

l          FloatingPointType: one of



发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表