blog

Home / DeveloperSection / Blogs / Packages in java

Packages in java

Anonymous User947 07-Sep-2018

Packages

A package is a group of related classes, interfaces, enumeration and annotation and provide access protection and namespace management.

Some of the existing packages are-

Java.lang -collection of fundamental classes

Java.io -classes for input, output functions are collected in this group.

A programmer can define their own packages to bundle a group of classes/interfaces etc.

Creating a package:

For the creation of the package, we should choose a name for the package and include a package statement along with that name at the top of every source file that contains classes, interfaces, enumeration and annotation types that you want to include in the package.

Packaging naming conventions:

Packages have reverse order domain names. e.g college.art.history.



Updated 07-Sep-2018
I am a content writter !

Leave Comment

Comments

Liked By