Java中的关键字

来源:互联网 发布:c语言韩信点兵算法 编辑:程序博客网 时间:2024/06/05 13:34

因为我在一个地方用到了java的关键字,就在网上找了下,以下是摘自 http://blog.csdn.net/luoweifu/article/details/6776240 这里的。

"boolean","int","long","short","byte","float","double",
"char","class","interface","if","else","do","while",
"for","switch","case","default","break","countinue",
"return","try","catch","finally","public","protect",
"default","private","final","void","static","strictfp",
"abstract","transient","synchronized","volatile","native",
"package","import","throw","throws","extends","implements",
"this","super","instanceof","new","true",
"false","null","goto","const"

0 0
原创粉丝点击