What is the difference between access specifiers and access modifiers in java?

In C++ we have access specifiers as public, private, protected and default and access modifiers as static, final.

But there is no such division of access specifiers and access modifiers in java.

In Java we have access modifiers and non access modifiers.

Access Modifiers : public, private, protected, default

Non Access Modifiers : abstract, final, stricfp.


Posted

in

Tags:

Comments

Leave a Reply