Home / Questions / Given a package named EDU.Student, how would you import a class named Test contained in this package ? Write one line statement.
Explanatory Question

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

👁 24 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

import EDU.Student.Test;