Answer the question
In order to leave comments, you need to log in
Is knowledge of Java Memory Model necessary for a Kotlin programmer?
I got interested in Android development, now I'm learning Kotlin, I came across an article about Java Memory Model https://ru.wikipedia.org/wiki/%D0%9C%D0%BE%D0%B4%D... - about the interaction of threads in multi-threaded programs.
How relevant is this information for a kotlin programmer for android? After all, Android already has its own ART virtual machine.
Answer the question
In order to leave comments, you need to log in
When building an Android application, Java code is first compiled by a regular Java compiler into class files, and then converted into a DEX file using R8( source 1 , source 2 )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question