A Package can be defined as a grouping of related types(classes, interfaces, enumerations and annotations ) providing access protection and name space management.
which package is imported by default?
No. It is by default loaded internally by the JVM. The java.lang package is always imported by default.