Object类
hashcode()
toString()
clone()
getClass()
notify()
wait()
equals()
Math类
Random类
File类
创建文件、查看文件、修改文件、删除文件
包装类
自动装箱和拆箱
Date类
Date
SimpleDateFormat:yyyy-MM-dd HH:mm:ss
Calendar(建议使用)
String类
具有不可变性
StringBuffer类
可变长
StringBuilder类