package | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

package

what is package in java programming ? why we make package in java program and what is the use of package ?

7th Jan 2019, 10:20 PM
Aamir Naseer
Aamir Naseer - avatar
4 Answers
+ 1
Package are like folders which can contain classes and interfaces . For example util is a package in java which contain many inbuilt classes.
8th Jan 2019, 2:52 AM
Mohammed Suhail
Mohammed Suhail - avatar
+ 1
In professional ide like eclipse and netbeans , it is necessary and it is a good practice ...
8th Jan 2019, 8:04 AM
Mohammed Suhail
Mohammed Suhail - avatar
0
is making the package necessary ?
8th Jan 2019, 8:02 AM
Aamir Naseer
Aamir Naseer - avatar