要求:

  • 类用final 修饰,不允许被继承。

  • 所有的方法都用public static 修饰,所有的字段都用 public static final 修饰

  • 构造器为私有(私有构造器的用途  ——>1.单例类 ,只生成一个对象 2.工具类,不构造对象)