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