java的基础类型一般有8个
4个整数类型(type 8位,short 16位,int 32位,long 64位) 一般默认为int类型
2种浮点类型(float 32位,double 64位)一般默认为double类型
1种字符类型(char 16位)
1种布尔类型(bool true/false)
原文地址:https://www.cnblogs.com/xiaotiancai/p/10285495.html
时间: 2024-11-07 09:09:51
java的基础类型一般有8个
4个整数类型(type 8位,short 16位,int 32位,long 64位) 一般默认为int类型
2种浮点类型(float 32位,double 64位)一般默认为double类型
1种字符类型(char 16位)
1种布尔类型(bool true/false)
原文地址:https://www.cnblogs.com/xiaotiancai/p/10285495.html