Java 關鍵字列表
?(依字母排序 共51組)所有的關鍵字都是小寫。
在IDE中都會顯示不同的顏色:?
abstract,?assert,
boolean, break, byte,
?case, catch, char, class, const, continue,?
default, do, double,?
else, enum,extends,
final, finally, float, for,?
if,implements, import, instanceof, int, interface,?
long,
native, new,?
package, private, protected, public,?
return,?
short, static, strictfp, super, switch,synchronized,?
this, throw, throws, transient, try,?
void, volatile,?
while
用于類的接口聲明:class extends implements interface?
包引入和包聲明:import package?
數據類型:boolean byte char short int long float double?
某些數據類型的可先值:false true null?
流程控制:break case continue default for do while if else return switch?
異常處理:catch finally throw throws try?
修飾符:abstract final native private protected public static synchronized transient volatile?
操作符:instanceof?
創建對象:new?
引用:this super?
方法返回類型:void
Java 保留字列表?
(依字母排序 共14組) :?
?byValue, cast, false, future, generic, inner, operator, outer, rest, true, var , goto ,const, ?null
-------------
更多的Java,Angular,Android,大數據,J2EE,Python,數據庫,Linux,Java架構師,:
http://www.cnblogs.com/zengmiaogen/p/7083694.html
?