|
chodong
Search posts...
Internal Traffic (traffic_type=internal)
Accessed from the dashboard.
This session is not logged.
java
022_변수 타입
Dec 20, 2023
Share
Contents
변수 타입
변수 타입
기본 자료형(Primitive Type)
쉽게 말해, 정수(int), 실수(double), 문자(char), 논리(boolean) 등의 실제 데이터 값을 저장하는 타입이다.
크기를 알 수 있는 자료형을 말한다. → 배열 또한 포함된다.
데이터의 값이 저장 되어 있다.
참조 자료형(Reference Type)
객체의 주소 값을 저장하는 타입으로 메모리 번지 값을 통해 객체를 참조하는 타입이다.
크기를 알 수 없는 자료형을 말한다.
데이터의 주소 값이 저장되어 있다.
Share article
Share
More articles
See more posts
024_생성자
December 20, 2023
023_메소드 오버로딩
December 20, 2023
021_스코프, 큐, 스택
December 19, 2023
020_메서드
December 19, 2023
Contents
변수 타입
More articles
024_생성자
023_메소드 오버로딩
021_스코프, 큐, 스택
020_메서드
chodong
RSS
·
Powered by Inblog