Java中的关键字

2022-09-22 11:47:32 浏览数 (1)

Java中的53个关键字

一、 48个关键字

abstractassert

booleanbreakbyte

casecatchcharclasscontinue

defaultdodouble

elseenumextends

finalfinallyfloatfor

ifimplementsimportintinterfaceinstanceof

long

nativenew

packageprivateprotectedpublic

return

shortstaticstrictfpsuperswitchsynchronized

thisthrowthrowstransienttry

voidvolatile

while

二、2个保留字

gotoconst

现在没用以后可能用到作为关键字

三、3个特殊直接量

truefalsenull

0 人点赞