云台大树  

2022年5月30日

摘要: Operators 5 operators: Arithmetic(+,-,*,/), Assignment(=,+=,*=), Relational(>,<,=), Logical(&,&&,|,||), Byte Manipulation order of operations 运算符优先级 ❗ 阅读全文
posted @ 2022-05-30 23:22 云台大树 阅读(315) 评论(0) 推荐(0) 编辑
 
摘要: Array是引用类型, 它是存储长度固定的结构, 存储的元素必须同类型 ⚠️ 长度在创建时被固定,之后再也不能更改 each item in an array is called an element, accessed by its numerical index(index从0开始) 数组的声明 阅读全文
posted @ 2022-05-30 23:19 云台大树 阅读(115) 评论(0) 推荐(0) 编辑
 
摘要: Java代码使用Unicode字符集编写,在编译时Java程序里的Unicode字符会被逐一转换成token。 :information_source:Java SE各版本使用的Unicode标准是不同的,当前SE版本使用的具体是哪个版本的Unicode标准,可以在类Character里找到 Uni 阅读全文
posted @ 2022-05-30 09:41 云台大树 阅读(70) 评论(0) 推荐(0) 编辑