Java Technology Keywords

always use... all lowercase
abstract
assert (1.4)
boolean
break
byte
case
catch
char
class
const *
continue
default
do
double
else
extends
false
final
finally
float
for
goto *
if
implements
import
instanceof
int
interface
long
native
new
null
package
private
protected
public
return
short
static
strictfp
super
switch
synchronized
this
throw
throws
transient
true
try
void
volatile
while
* are reserved but not currently used
true, false and null are not formal keywords, they are... "informal" keywords

primitive data types are in bold
Lu's Java Code for samples   and   Java Notes for my own notes,  Java Links for more info