Java/Class
[java.lang] Number
MinChyang
2018. 1. 10. 13:35
Number Class
◎ Define
- Number Class는 추상 클래스이며, Short, Byte, Integer, Long, Float, Double 및 BigDecimal, BigInteger Class의 Super Class이다.
◎ Wrapper Class Structure
◎ Field, Constructor, Method 정보
◎ Explanation
① Wrapper Class, Primitive Type, Reference Type은 http://minca.tistory.com/8 이곳을 참조하자.