|
Gyeongwon's blog
Search posts...
Internal Traffic Excluded
Visits marked
?traffic_type=internal
are not counted in analytics.
Java
[자바 #7] 데이터 타입 분류
도경원
Aug 23, 2025
Contents
1. 참조 타입
자바의 데이터 타입은 크게
기본 타입
과
참조타입
으로 분류된다.
1. 참조 타입
참조 타입이란 객체의 번지를 참조하는 타입으로 배열, 열거, 클래스, 인터페이스 타입이 있다.
기본 타입으로 선언된 변수는 값 자체를 저장하고 있지만, 참조 타입으로 선언된 변수는 객체가 생성된 메모리 번지를 저장한다.
Share article
Gyeongwon's blog
RSS
·
Powered by Inblog