abstractdoubleintstrictfp**
booleanelseinterfacesuper
breakextendslongswitch
bytefinalnativesynchronized
casefinallynewthis
catchfloatpackagethrow
charforprivatethrows
classgoto*protectedtransient
const*ifpublictry
continueimplementsreturnvoid
defaultimportshortvolatile
doinstanceofstaticwhile
*尚未使用的关键字
**为Java2增加的关键字
this指针
this指针是一个隐含于每一个成员函数中的特殊指针。它是一个指向正在被该成员函数操作的对象,也就是要操作该成员函数的对象。