标字符 字符串 字符
1.数字不能作为标识符的首字母
2.标识符不能有空格
3.严格区分大小写
4.不能是关键字、
5.标识符最好能反映其作用
6.下划线开头是可以的,数字开头是不行的
7.Void 和 void 不一样
关键字
goto保留字、不经常使用
变量
程序运行中数据存储的临时性场所、变量存储是内存当中。
std标准库网址:https://introcs.cs.princeton.edu/java/stdlib/
Algorithms Fourth Edition 官网网站:https://introcs.cs.princeton.edu/java/home/
Java学习笔记 算法 Algorithms Fourth Edition
原文:https://www.cnblogs.com/JCcodeblgos/p/10197781.html