The keyword private indicates that the private method / private variable / private class / private constructor can be called by an object only when it is in the same class. This means that you could NOT call the private method / private variable / private class / private constructor from other packages or other classes.