class 
interface 
enum 
extends 
implements 
package 
import 
public 
private 
protected 
static 
final 
abstract 
synchronized 
volatile 
transient 
native 
strictfp 
this
super
void 
return 
new 
if(
else
switch(
case 
default:
while(
for(
do {
break;
continue;
try {
catch(
finally {
throw 
throws 
instanceof 
assert 
int 
long 
double 
float 
char 
boolean 
byte 
short 
String 
void 
System.out.print
System.out.println
System.err.print
System.err.println
Math.
Integer.
Double.
Float.
Long.
Character.
Boolean.
public static void main
new 
super(
this(
@Override
@Deprecated
@SuppressWarnings
@FunctionalInterface
@Test
//
//*
*/
/**
==
!=
<=
>=
+=
-=
*=
/=
%=
++
--
&&
||
!
?
NullPointerException
ArrayIndexOutOfBoundsException
IllegalArgumentException
IOException
SQLException
ClassNotFoundException
ArithmeticException
java.util.
java.io.
java.lang.
java.math.
java.sql.
java.time.
java.net.
break;
continue;
return;
throw;
throws 
(int)
(double)
(float)
(char)
(long)
(boolean)
(byte)
(short)
(String)
