Loading practice questions
What does Kotlin interoperability with Java mean?
Correct Answer: D — Kotlin seamlessly integrates with Java code in the same project
Explanation:
Kotlin is fully interoperable with Java, meaning you can call Java code from Kotlin and vice versa without major changes.