
DEFINITION :
In java, package is a set of classes, interfaces , enumerations etc which are grouped together.
Every class is definitely attached with some package.
MOSTLY USED PACKAGES IN JAVA :
java.lang : Basically provides classes related to printing and scanning.
java.io : provides classes related to input and output.
java.util : provides classes…