摘要:
全限定名 = 包名 + 类型 阅读全文
摘要:
``` Java语言提供了八种基本数据类型。六种数字类型(四个整数型,两个浮点型),一种字符类型,还有一种布尔型。 byte: byte 数据类型是8位、有符号的,以二进制补码表示的整数; 最小值是 -128(-2^7); 最大值是 127(2^7-1); 默认值是 0; byte 类型用在大型数组中节约空间,主要代替整数,因为 byte 变量占用的空间只有 int 类型的四分之一; 例子:byt 阅读全文
摘要:
https://blog.kuangstudy.com/index.php/archives/541/ 阅读全文
摘要:
https://blog.kuangstudy.com/index.php/archives/537/ 阅读全文
摘要:
https://blog.kuangstudy.com/index.php/archives/533/ 阅读全文
摘要:
https://blog.kuangstudy.com/index.php/archives/526/ 阅读全文
摘要:
https://blog.kuangstudy.com/index.php/archives/524/ 阅读全文
摘要:
https://blog.kuangstudy.com/index.php/archives/523/ 阅读全文
摘要:
https://blog.kuangstudy.com/index.php/archives/520/ 阅读全文
摘要:
https://blog.kuangstudy.com/index.php/archives/518/ 阅读全文
摘要:
https://blog.kuangstudy.com/index.php/archives/511/ 阅读全文