Java Primitive Datatypes
ubyte
ushort
uint
ulong
uchar
ufloat
udouble
uboolean
uCan only hold a single value
uCannot be passed by reference or by using explicit pointers
uBeware of auto casting of variables
ØInteger = float (auto rounds)                                                   
Java Basics