Computer Science, asked by vanajavenki12, 2 months ago

Given a package named EDU.Student, how would you import a class named Test contained in this package? Write one line statement.​

Answers

Answered by anbumaga89
2

Explanation:

Im sure hes on about the package name because from past experience I had an issue trying to execute my program using new classes on top of that, my issue was with the new classes added they had to have the same package name.

for example my three classes have package name test. When I add new classes i must also add import package test.

This is only not the case when the package is default.

please give me brainleist

Similar questions