Java 关键字列表

彻底征服SCJP 6认证(附光碟)

这是我这几天开始看的一本书,看到p.2-4~2~5时,

Abstract continue for new switch
Assert*** default goto* package synchronized
Boolean do if private this
Break double implements protected throw
byte else import public throws
case enum**** instanceof return transient
catch extends int short try
char final interface static void
class finally long strictfp** volatile
const* float native super while
* not used
** added in 1.2
*** added in 1.4
**** added in 5.0

不是明明说大小写有分别,结果课本印刷还是有出现第一个字母大写的情形,像是Abstract、Assert、Boolean、Break,如果真的拿来写程式,是不会有错的,虽然是编辑排版时常见的问题或错误,但也不可不慎吧!