介绍一下java的基本类型
byte:1字节 -128~127short:2字节 -2^15~2^15-1int :4字节 -2^31~2^31-1long:8字节 -2^63~2^63-1boolean:1字节 true false(java中不能以0或非0代替)float: 4字节 -3.403E38~3.403E38double:8字节 -1.798E308~- 4.9E324char:2字节 ’\u0000‘~' ’\uffff '(16进制的,换算过来即0~65535)
认真看完了,浅显易懂,学习到了。
现在大二,希望自己能有坚定的觉悟和脚踏实地的努力
分为整型byte 1byte short 2byte int 4byte long 8byte 浮点型float 4byte double 8byte布尔类型boolean 1byte 字符类型char 2byte
整型:byte short int long浮点型:float double字符型:char布尔型:boolean
8个基本数据类型int,short,long,double,float,char,boolean,byte
9种整型 byte short int long字符型 char 浮点型 float double 布尔型 boolean无返回值 void
byte,short,int,long,double,flout,char,boolean
从浏览器输入URL到展示页面的全流程是怎么样的?
使用js实现数组的快速排序
分析一下,小程序为什么不能分享朋友圈?
用一条线(可以是折线)分割多边形为面积相等的两部分
认真看完了,浅显易懂,学习到了。
现在大二,希望自己能有坚定的觉悟和脚踏实地的努力
分为整型byte 1byte
short 2byte
int 4byte
long 8byte
浮点型float 4byte
double 8byte
布尔类型boolean 1byte
字符类型char 2byte
整型:byte short int long
浮点型:float double
字符型:char
布尔型:boolean
8个基本数据类型int,short,long,double,float,char,boolean,byte
9种
整型 byte short int long
字符型 char
浮点型 float double
布尔型 boolean
无返回值 void
byte,short,int,long,double,flout,char,boolean