변수의 종류

Gyuhan Park·2022년 2월 10일
0
post-thumbnail

기본형(primitive type)

: 실제값 저장
8개 : boolean, char, byte, short, int, long, float, double
논리형 : boolean. 조건식, 논리연산.
문자형 : char. 하나의 문자.
정수형 : int, long, byte, short.
실수형 : float, double.

참조형(reference type)

: 메모리 주소 저장(32bit or 64bit)
기본형을 제외한 나머지(String, System 등)

profile
단단한 프론트엔드 개발자가 되고 싶은

0개의 댓글