Java Access Modifiers – II
The concept of ‘access modifiers’, understanding them and working with them are some of the key objectives of the SCJP/OCJP exam. It is also important to understand this concept to excel as a Java developer as well. We have already started our discussion of ‘Access modifiers’ in our earlier post. We will continue our discussion by extending it to ‘private access modifier’. ‘private modifier’: Only methods and variables can use the ‘private access’ modifier’. The ‘private access modifier’ is the most restrictive access modifier. One of the interesting ways to think about the ‘private access modifier’ is to view it […]
Java Access Modifiers – II Read More »

