Home »
MCQs »
Java MCQs
Which Java keyword is used to access features of a package?
98. Which Java keyword is used to access features of a package?
- get
- import
- extends
- All of these
Answer: B) import
Explanation:
The import keyword is used to access features of a package.