As per the book "Sun Certified Programmer for
Java 6" By Kathy Sierra and Bert Bates , Chapter 1 , page12
There are 4 access control namely: public , private, protected and default . But there are only 3 access modifiers namely: public,private and protected.
So my question is why is it so?What's the difference between access control and access modifiers?
After going through this forum i also assume that there is no such thing as access specifier in java(if you search for specifier in jls, there is nothing about specifier in jls document).