Home Tutorial Java Certification Creating your own package in java

 
 

Creating your own package in java
Posted on: July 3, 2010 at 12:00 AM
In this SCJP topic you will learn about how to creating your own package in java

The 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

Create Your Own Package

Create Subpackages

Related Tags for Creating your own package in java: