자바 날짜와 시간 객체문자열만큼이나 날짜와 시간은 중요한 타입이다.날짜와 시간을 어떻게 처리하고 다루는지에 대한 감을 익히는 것이 중요하다.java.util.Date (JDK1.0)java.util.Calendar (JDK1.1)java.time 패키지 (JDK1.8)1995 말19972014메서드 거의 deprecatedDate 클래스 개선, 여전히 단점 ODate와 Calendar 단점 개선가변 객체불변 객체 ( The standard date and time classes prior to Java SE 8 are poor. By tackling this problem head-on, Joda-Time became the de facto standard date and time library for ..