What are package in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are package in java?

I don't understand about the thing?

20th Aug 2017, 9:22 AM
Bindesh Yadav
Bindesh Yadav - avatar
2 Answers
+ 6
Packages are used in Java in order to prevent naming conflicts, to control access, to make searching/locating and usage of classes, interfaces, enumerations and annotations easier, etc. https://www.tutorialspoint.com/java/java_packages.htm
20th Aug 2017, 9:33 AM
Dev
Dev - avatar
+ 3
A collection of classes, I hope.
20th Aug 2017, 10:40 AM
Dragon Slayer Xavier
Dragon Slayer Xavier - avatar