Java Keywords and Reserved Words

http://en.wikipedia.org/wiki/Java_syntax#Java_keywords_and_reserved_terms

Java keywords and reserved terms

abstract
assert
(JDK 1.4)
break
case
catch
class
const
(not used)
continue
default
do

else
enum
(JDK 1.5)
extends
final
finally
for
goto
(not used)
if
implements
import

instanceof
interface
native
new
package
private
protected
public
return
static

strictfp
super
switch
synchronized
this
throw
throws
transient
try
volatile

while
boolean
byte
char
double
float
int
long
short
void

false
null
true






你可能感兴趣的:(java)