Not quite sure that I understand your question
In general, there are no difference between Java and Kotlin after they are compiled all them are just .class files with bytecode which run by JVM. If you want to know how JVM works and what is process of bytecode execution, there are quite a lot of articles in google about how JVM works under the hood