0 votes
in JAVA by
Define package in Java.

1 Answer

0 votes
by
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.

Related questions

0 votes
asked May 2, 2021 in JAVA by sharadyadav1986
0 votes
asked Jun 1, 2022 in JAVA by SakshiSharma
...