Why don't I have to import a class I just made to use it in my main class? (Java)

前端 未结 9 774
星月不相逢
星月不相逢 2021-02-05 02:30

I am currently learning Java using the Deitel\'s book Java How to Program 8th edition (early objects version).

I am on the chapter on creating classes and methods.

9条回答
  •  一向
    一向 (楼主)
    2021-02-05 02:56

    Well, classes in the same package are automatically imported.

提交回复
热议问题