JAVA 关键字
? Java 的关键字,这些关键字不能用于常量,变量以及任何标识符的名称
访问控制
- private
- protected
- public
类,方法和变量修饰符
- abstract
- class
- extends
- final
- implements
- interface
- native
- new
- static
- strictfp
- synchronized
- transient
- volatile
程序控制语句
- Break
- case
- continue
- default
- do
- else
- for
- if
- instanceof
- return
- switch
- while
错误处理
- assert
- catch
- finally
- throw
- throws
- try
包相关
- import
- package
基本类型
- boolean
- byte
- char
- double
- float
- int
- long
- short
- null
变量引用
- super
- this
- void
保留关键字
- Goto
- const
原文地址:https://www.cnblogs.com/D-M-C/p/12687873.html
时间: 2024-10-31 10:48:55