Java Packages Unit-1
Java Packages Unit-1
Rita Nagar
Assistant Professor, CSE Department MPGC
Outlines
Creating and Accessing packages
Access specifiers
This pointer
Packages
There are three ways to access the package from outside the
package.
1. import package.*;
2. import package.classname;
Output : Hello
import package.classname;
Output : Hello
Example: fully qualified name