Java 语法中的关键字
Posted 妄想屠龙养猪工
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java 语法中的关键字相关的知识,希望对你有一定的参考价值。
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
以上是关于Java 语法中的关键字的主要内容,如果未能解决你的问题,请参考以下文章