介绍一下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
列举一款你常用的移动APP,并分析他的最核心功能、满足的需求、超预期的功能以及竞争优势和发展趋势
使用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