Login
Remember
Register
Ask a Question
Define package in Java.
0
votes
asked
Jun 1, 2022
in
JAVA
by
SakshiSharma
Define package in Java.
java-packages
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 1, 2022
by
SakshiSharma
The package is a collective bundle of classes and interfaces and the necessary libraries and JAR files. The use of packages helps in code reusability.
...