MCQs > IT & Programming > Java > Which is correct way of importing an entire package ‘pkg’?

Java MCQs

Which of the following is correct way of importing an entire package ‘pkg’?

Answer

Correct Answer: import pkg.*

Explanation:

What is java package?

A package is a group of classes and/or interfaces that share a common name, are stored in the same directory, and can be imported from other packages.

Packages are a way to group related classes and interfaces.

Note: This Question is unanswered, help us to find answer for this one

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it