In this SCJP topic you will learn about how to creating your own package in java
In this SCJP topic you will learn about how to creating your own package in javaThe package to which the source file belongs is specified with the keyword
package at the top left of the source file, before the code that defines the
real classes in the package.
To know more about how to create own package and subpackage click on the
following links