Java中的关键字/保留字
Posted mrwunotebook
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java中的关键字/保留字相关的知识,希望对你有一定的参考价值。
Java关键字是Java语言保留供内部使用的,如class用于定义类。 关键字也可以称为保留字,它们的意思是一样的,我们不能使用关键字作为变量名或方法名。
表2-1 Java中的关键字/保留字 |
|||||
abstract |
assert |
boolean |
break |
byte |
case |
catch |
char |
class |
const |
continue |
default |
do |
double |
else |
extends |
final |
finally |
float |
for |
goto |
if |
implements |
import |
instanceof |
int |
interface |
long |
native |
new |
null |
package |
private |
protected |
public |
return |
short |
static |
strictfp |
super |
switch |
synchronized |
this |
throw |
throws |
transient |
try |
void |
volatile |
while |
以上是关于Java中的关键字/保留字的主要内容,如果未能解决你的问题,请参考以下文章