摘要: 全限定名 = 包名 + 类型 阅读全文
posted @ 2019-12-29 15:54 yucreator 阅读(8751) 评论(0) 推荐(0) 编辑
摘要: ``` Java语言提供了八种基本数据类型。六种数字类型(四个整数型,两个浮点型),一种字符类型,还有一种布尔型。 byte: byte 数据类型是8位、有符号的,以二进制补码表示的整数; 最小值是 -128(-2^7); 最大值是 127(2^7-1); 默认值是 0; byte 类型用在大型数组中节约空间,主要代替整数,因为 byte 变量占用的空间只有 int 类型的四分之一; 例子:byt 阅读全文
posted @ 2019-12-29 15:30 yucreator 阅读(420) 评论(0) 推荐(0) 编辑
摘要: https://blog.kuangstudy.com/index.php/archives/541/ 阅读全文
posted @ 2019-12-29 14:38 yucreator 阅读(86) 评论(0) 推荐(0) 编辑
摘要: https://blog.kuangstudy.com/index.php/archives/537/ 阅读全文
posted @ 2019-12-29 14:34 yucreator 阅读(71) 评论(0) 推荐(0) 编辑
摘要: https://blog.kuangstudy.com/index.php/archives/533/ 阅读全文
posted @ 2019-12-29 14:32 yucreator 阅读(81) 评论(0) 推荐(0) 编辑
摘要: https://blog.kuangstudy.com/index.php/archives/526/ 阅读全文
posted @ 2019-12-29 14:31 yucreator 阅读(84) 评论(0) 推荐(0) 编辑
摘要: https://blog.kuangstudy.com/index.php/archives/524/ 阅读全文
posted @ 2019-12-29 14:29 yucreator 阅读(71) 评论(0) 推荐(0) 编辑
摘要: https://blog.kuangstudy.com/index.php/archives/523/ 阅读全文
posted @ 2019-12-29 14:27 yucreator 阅读(70) 评论(0) 推荐(0) 编辑
摘要: https://blog.kuangstudy.com/index.php/archives/520/ 阅读全文
posted @ 2019-12-29 13:58 yucreator 阅读(75) 评论(0) 推荐(0) 编辑
摘要: https://blog.kuangstudy.com/index.php/archives/518/ 阅读全文
posted @ 2019-12-29 13:56 yucreator 阅读(97) 评论(0) 推荐(0) 编辑
摘要: https://blog.kuangstudy.com/index.php/archives/511/ 阅读全文
posted @ 2019-12-29 13:53 yucreator 阅读(158) 评论(0) 推荐(0) 编辑