Java/Class
[java.lang] Short
MinChyang
2018. 1. 10. 13:58
Short Class
◎ Define
- Short Class는 객체형(Reference Type) 데이터 타입이고, short 변수는 기본형(Primitive Type) 데이터 타입이다.
◎ Wrapper Class Structure
◎ Field, Constructor, Method 정보
◎ Explanation
① Wrapper Class, Primitive Type, Reference Type은 http://minca.tistory.com/8 이곳을 참조하자.