ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What does Kotlin interoperability with Java mean?
Correct Answer: D — Kotlin seamlessly integrates with Java code in the same project
Kotlin is fully interoperable with Java, meaning you can call Java code from Kotlin and vice versa without major changes.