ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which Kotlin keyword is used to import packages or classes?
Correct Answer: D — import
The import keyword is used in Kotlin to include specific packages or classes, allowing developers to access them without fully qualifying their names.