Home | Department of Computer Science

double - 8 byte floating pt. boolean - true or false. char - 16 bit Unicode. int - usually 4 byte integer. long - 4 byte integer (8 byte on 64 bit Linux) float - 4 byte floating pt. double - 8 byte floating pt. int - where 0 means . false and non-zero is true char - 8 bit ASCII (or EBCDIC) same as C; bool - true or false . character strings ... ................
................