Reserve Words in java. Reserve Words There are few words in java which are reserved for some meaning or functionality, these words in java called Reserved Worlds. There are 53 reserve words in java.
Reserve Words (53)
Reserved Keywords (50)
Reserved Literals (3)
true Unused keywords (2)
Used keywords (48)
false
null
goto
const
Keywords for Modifers(11) -
public private protected abstract static final strictfp(1.2) synchronized native transiante volatile
Keywords for flow Control (10) -
if else switch case default break continue for while do
Keywords for Exception Handling (6) -
try catch finally throw throws assert(1.4)
Keywords for DataTypes(8)
Keywords for class (6)
Keywords for Objects(4)
-
Keywords for Method(2)
-
-
-
byte short int long float double char boolean
class extends interface implements package import
new instanceof this super
- enum keyword introduced in 1.5 ver. of Java
void return