Quantcast
Channel: Learn Java Programming
Viewing all articles
Browse latest Browse all 39

Packages in Java

$
0
0

Packages are containers for classes. Packages are collection of similar type of classes in Java. In java there are two types of packages – User Defined Package and Built in Packages. A. Need of Packaging : Maintainability : Suppose we are developing the big project then instead of keeping all the classes together under same(...)

The post Packages in Java appeared first on Learn Java Programming.


Viewing all articles
Browse latest Browse all 39

Trending Articles