0
package
what is package in java programming ? why we make package in java program and what is the use of package ?
4 ответов
+ 1
Package are like folders which can contain classes and interfaces .
For example util is a package in java which contain many inbuilt classes.
+ 1
In professional ide like eclipse and netbeans , it is necessary and it is a good practice ...
0
is making the package necessary ?