ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following is a primary feature of Kotlin?
Correct Answer: D — All of the mentioned
Kotlin provides many modern programming features, including null safety to prevent NullPointerExceptions, lambda expressions for functional programming, and a concise syntax that omits semicolons.