Concept Flow - Calling Java from Kotlin seamlessly
Start Kotlin code
Import Java class
Create Java object or call static method
Use Java methods/fields
Get results or handle exceptions
Continue Kotlin execution
Kotlin code imports Java classes, creates objects or calls methods, uses them like Kotlin code, then continues execution.