There are total 53 Keyword or Reserve words in java
These Keywords are divided into 8 categories according to their acceptance.
1.Datatypes Related Keywords (8)
byte
short
int
long
float
double
char
boolean
2. Flow Control Related Keyword(11)
if
else
switch
case
while
do
default
break
continue
for
break
return