Math类、BigInteger、BigDecimal、Date、Calendar、SimpleDateFormat、LocalDate、Period、Duration、System以及Arrays类
Math类1.概述:数学工具类2.特点:a.构造私有b.方法都是静态的3.使用:Math.类名直接调用4.Math类方法staticintabs(inta)->求参数的绝对值staticdoubleceil(doublea)->向上取整staticdoublefloor(doublea)->向下取整staticlonground(doublea)->四舍五入staticintmax(inta,in