Notice
Recent Posts
Recent Comments
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

DeFacto-Standard IT

Primitive Type / Reference Type 본문

Java/References

Primitive Type / Reference Type

defacto standard 2017. 11. 15. 22:48

Primitive : 변수에 값 자체를 저장, boolean, byte, char, short, int, float, long, double 8가지

 

Reference : 메모리 상에 객체가 있는 위치를 저장. 클래스타입, 인터페이스타입, 배열타입, 열거타입 등

'Java > References' 카테고리의 다른 글

Java의 특징  (0) 2017.11.15
Wrapper 클래스  (0) 2017.11.15
Integer.valueOf(String)과 Integer.parseInt(String)의 차이  (0) 2017.11.15
int와 Integer의 차이  (0) 2017.11.15
쓰레드 stop()과 interrupt()의 차이  (0) 2017.11.15
Comments