Why doesn\'t Java need to import classes like Integer, String, etc. while it needs to import other classes?
java.lang package is imported by default, no need to explicitly import it.
java.lang