JavaSE-常用类(还没有具体学)

Object类

  hashcode()

  toString()

  clone()

  getClass()

  notify()

  wait()

  equals()

Math类

Random类

File类

  创建文件、查看文件、修改文件、删除文件

包装类

  自动装箱和拆箱

Date类

  Date

  SimpleDateFormat:yyyy-MM-dd HH:mm:ss

  Calendar(建议使用)

String类

  具有不可变性

StringBuffer类

  可变长

StringBuilder类

 

上一篇:洛谷P5829【模板】失配树(Border/KMP)


下一篇:noip模拟39