Creating your own package in java


 

Creating your own package in java

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 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

Ads