Java基础——新时间API新时间API
新时间API简介之前时间API存在线程安全问题,设计混乱,顾重新编写的新时间类验证: SimpleDateFormat sdf=newSimpleDateFormat("yyyyMMdd"); ExecutorService pool = Executors.newFixedThreadPool(10); Callable<Date> callable=new Callable<Date>() { @Overri