- Is it true or false that it's possible to call Kotlin code from Java?
- Is it true or false that it's possible to call Java code from Kotlin?
- Is it true or false that Kotlin's strict null typing is persisted when calling into Java?
- What are the two ways of managing the lack of static methods in Kotlin?
- How are top-level functions accessed from Java?
- How are extension functions accessed from Java?
- Is it true or false that default parameter values can be used from Java?