Java/References

Primitive Type / Reference Type

defacto standard 2017. 11. 15. 22:48

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

 

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