Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Java’s Reserved Keywords

class, interface, enum, abstract, implements, extends, this, super

byte, short, char, int, long, float, double, boolean

break, continue, for, do, while, if, else, new, switch, default, case, goto

try, catch, final, assert, throw, throws

package, import

public, private, protected

synchronized, instanceof, return, transient, static, void, finally, strictfp, volatile, const, native

Following is the reference link from where the above information is taken:
http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html

You might also like