Learn Java Programming - Public Access Applied to a Constructor
When the public access modifier is applied to a constructor, the following access is granted: Full access is granted to invoke the constructor from within the same package or from any other package.













