What is the difference between access specifiers and access modifiers?

后端 未结 10 767
我在风中等你
我在风中等你 2020-12-13 02:02

In Java, are access specifiers and access modifiers the same thing?

10条回答
  •  春和景丽
    2020-12-13 02:46

    Referring to the Sun Java Docs they both seem to be the same:

    • Access Modifier
    • Search for access specifier on this page.

提交回复
热议问题