In java programming we have 4 access modifiers.
If a programmer does not specify the access for a class or method, the program automatically assigns it the default access.
The other 3 access are specified by the user. They include;
1. Protected
2. Private
3. Public