How does Java decide when to import?

后端 未结 9 1466
时光取名叫无心
时光取名叫无心 2020-11-27 20:55

Why doesn\'t Java need to import classes like Integer, String, etc. while it needs to import other classes?

9条回答
  •  遥遥无期
    2020-11-27 21:29

    For the question for "Is java.lang the only one auto-import package?" There is two packages.

    1. java.lang
    2. unnamed

    you can look up here for more. https://www.quora.com/Which-package-is-available-by-default-in-java

提交回复
热议问题