Java/Java icia 13일차
Primitive type , Wrapper class type
primitive type, Wrapper class type primitive type(기본형) int,long,boolean,double… primitive type의 기본 값 = 0 Wrapper class type(권장) Integer,Long,Boolean,Double Wrapper class type의 기본 값 = null