Import a custom class in Java

前端 未结 7 1466
悲哀的现实
悲哀的现实 2020-11-29 06:57

How do I import a class I wrote in a different file? All my classes are under the same package.

7条回答
  •  猫巷女王i
    2020-11-29 07:52

    I see the picture, and all your classes are in the same package. So you don't have to import, you can create a new instance without the import sentence.

提交回复
热议问题