1.类名.class,例如System.class;对象
2.对象.getClass(),例如New Date().getClass();get
3.Class.forName("类名"),例如Class.forName("Java.Util.Date");class