package
Either we can use public, protected or we can name the class without any specifier.
Packages are both naming and visibility control mechanism. We can define a class inside a package which is not accessible by code outside the package.
Public
Operator * is used to import the entire package.
java
A package can be renamed only after renaming the directory in which the classes are stored.
Hxllo