Java keywords

Java keywords:-

Java keywords are 50

Here is a list of keywords in the Java programming language. You cannot use any of the following as identifiers in your programs. The keywords const and goto are reserved, even though they are not currently used. 

Data Types (8)
Flow-Control:-(10)
Predefined constants 
byte
short
int
long
float
double
char
boolean

if
else
switch
case
default
break
for
while
do
continue

method-level:-(2)
void
return

Object-level:- (4)
new
this
super
instanceof

Modifiers:-(11)
Exception handling:-(5)
source-file:-(6)
public
private
protected
abstract
final
static
strictfp
native
transient
volatile
synchronized
try
catch
finally
throw
throws

class
extends
interface
implements
package
import

1.5 version:-(2)
Predefined Constants:-(3)
Unused:-(2)
enum
assert

True
 False
 null

goto
const