摘要:
数据类型分为基本数据类型和引用数据类型。 基本数据类型有八大类:整数类型byte[1],short[2],int[4],long[8];浮点类型float[4],double[8];字符型char[2];布尔型boolean[1]存放true,false。 引用数据类型:类(class);接口(in 阅读全文
posted @ 2021-07-16 16:52
我亦无他,惟手熟尔
阅读(25)
评论(0)
推荐(0)
摘要:
下面代码输出结果 System.out.println(100+98); 198 System.out.println("100"+98); 10098 System.out.println(100+3+"hello"); 103hello System.out.println("hello"+10 阅读全文
posted @ 2021-07-16 16:49
我亦无他,惟手熟尔
阅读(309)
评论(0)
推荐(0)

浙公网安备 33010602011771号