java.lang
package is most commonly required package for every java class, most of the
commonly required classes and interface are grouped into java.lang package.
This package (java.lang) is not required to import explicitly, because it is by
default available to every java program.