可以用来修饰 类, 方法 ,变量 用来修饰一个类后, 此类不能被其他类继承. 例如: String类, System类, StringBuffer类... 用来修饰一个方法后, 表面此方法不能被重写. 例如: Object中的getClass()方法...