+ 4
Does access specifier and access modifier mean one and the same?
Actually it seems same to me in Java but have no idea about C++ or python or any other language.
4 Respostas
+ 4
Here accessibility is the main issue...but both are same that's for sure...mainly the scope of usage you can say...
+ 3
@aman access specifier does exist
0
in oracle documents, I have read only about access modifiers. I have never seen a term 'access specifier' as such. May be the latter term does not exist in java.