基础 JDK = JRE + java开发工具JRE = JVM + 核心类库 javac 编译,得到对应的 .class 字节码文件java 运行,本质就是把 .class 加载到 jvm 运行 凡是自己可以起名字的都叫标识符,例如:类名,方法名,变量名,常量名等 标识符命名规则:1.26个英文字母大小写 0-9 __ 或 $2.数字不可以开头3.不可以使用关键字和保留 2025-06-14 Java #原创
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2025-05-04