boolean = 1Byte
문자 char = 2byte 문자열 String = 2byte
byte = 1byte short = 2byte int = 4byte long = 8byte
float = 4byte double = 8byte