InterviewSolution
Saved Bookmarks
| 1. |
Can You Execute Kotlin Code Without Jvm? |
|
Answer» JVM, which STANDS for Java Virtual Machine is a feature of KOTLIN.This feature compiles a Kotlin CODE into a native code, which can be DONE without JVM too. JVM, which stands for Java Virtual Machine is a feature of Kotlin.This feature compiles a Kotlin code into a native code, which can be done without JVM too. |
|