Algorithm/Grammer of Java

[내가 모르는 자바 문법 3] 자바의 기본 데이터 타입의 종류

mostlyjinsonit 2019. 2. 14. 13:50
반응형

논릿값 boolean = 참, 거짓

 

단일문자 char = 16bit 유니코드 문자 데이터

 

정수 byte, short, int, long = 8, 16, 32, 64bit 부호가 있는 정수

 

실수 float, double = 32, 64 bit  부호가 있는 부동 소수점 실수

 

 

 

출처: https://swexpertacademy.com/main/learn/course/lectureVideoPlayer.do

반응형