java有8种基本类型,请问byte、int、long、char、float、double、boolean各占多少个字节?()
1 2 8 2 4 8 1
1 4 8 2 4 8 1
1 4 4 2 4 4 2
1 4 4 2 4 8 2