[JAVA] 데이터 타입 크기
                        ·
                          
                      Programming Language/JAVA
                        JAVA 종류 데이터 타입 크기 문자 char 2Byte 정수 byte 1Byte short 2Byte int 4Byte long 8Byte 실수 float 4Byte double 8Byte 논리 boolean 1Byte C/C++ 종류 데이터 타입 크기 문자 char 1Byte 정수 short 2Byte int 4Byte long 4Byte long long 8Byte 실수 float 4Byte double 8Byte long double 8Byte