[HD Pg 43, Sec. 2.4.1 - the-import-static-statement]
Posted: Tue Dec 17, 2019 12:49 am
There are a number of statements such as the following:
Would it be more correct to say (as is used at times) java.lang.* (packaged) classes are imported automatically? Packages are never imported? Only class names inside those packages?java.lang package is imported automatically in all the classes.