[JAVA8] Date 와 Time

기록/JAVA 2021. 1. 14. 22:52

JAVA8에 새로운 날짜와 시간 API가 생긴 이유 그전까지 사용하던 java.util.Date클래스는 mutable하기 때문에 쓰레드에 안전하지 않다. java.util.Date 클래스를 피해야하는 이유 All about java.util.Date This post is an attempt to reduce the number of times I need to explain things in Stack Overflow comments. You may well be reading it via a link from Stack Overflow – I intend to refer to thi… codeblog.jonskeet.uk Date와 Time API 기계용 시간 과 인류용 시간으로 나눌 수 있다. 기계..

Article Thumbnail