|
Absence of any access modifier implies that the constructor has the default or package access. The classes within the same package as the declaring class can access this constructor, and therefore only they can create an instance of such class. No class outside the package can construct an instance of a class with default access constructor.