difference between access specifiers and access modifiers in java

Solutions on MaxInterview for difference between access specifiers and access modifiers in java by the best coders in the world

showing results for - "difference between access specifiers and access modifiers in java"
Iris
26 Jan 2017
1In C++ it has access specifiers as public,private,protected and default and 
2access modifiers as static, final. 
3But there is no such divison of access specifiers and access modifiers in java.
4In Java we have access modifiers and non access modifiers.
5Access Modifiers : public, private, protected, default
6Non Access Modifiers : abstract, final, stricfp