Loading practice questions
Which Kotlin keyword is used to import packages or classes?
Correct Answer: D — import
Explanation:
The import keyword is used in Kotlin to include specific packages or classes, allowing developers to access them without fully qualifying their names.