JAVA語(yǔ)言規(guī)范 http://java.sun.com/docs/books/jls
JAVA虛擬機(jī)規(guī)范 http://java.sun.com/docs/books/vmspec

JAVA中的數(shù)據(jù)類(lèi)型
datatype    lenghter

int           4bytes
long          8bytes
short         2bytes
byte          1byte

char          2bytes

float         4bytes
double        8bytes

boolean       1bit