List of Useful Core Java Packages
Read moreWhat does Java automatically import?
For convenience, the Java compiler automatically imports two entire packages for each source file: (1) the java. lang package and (2) the current package (the package for the current file).
Read more