标签:his nal ted else 变量 logs round try 定义
JAVA中标识符不包括关键字,而C语言包括。
被Java语言赋予了特殊含义的单词。
所有字母都小写。(在很多编程软件中会显示出一种颜色)
class interface byte short int
long float double char boolean
void
if else switch case default
while do for break continue
return
private protected public
abstract final static synchronized
extends implements
new this super instanceof
try catch finally throw throws
package inport
native strictfp transient volatile assert
goto const enum
true false null 不是关键字,是值,虽然它们也会变色
标签:his nal ted else 变量 logs round try 定义
原文地址:http://www.cnblogs.com/progor/p/7067086.html