修饰符有四个:
static :修饰属性,方法,块,内部类
final:修饰方法,常量属性,类,局部常量
abstract:修饰类,方法
synchronized:修饰方法,同步代码块
修饰符
最新推荐文章于 2024-07-10 00:15:00 发布
修饰符有四个:
static :修饰属性,方法,块,内部类
final:修饰方法,常量属性,类,局部常量
abstract:修饰类,方法
synchronized:修饰方法,同步代码块