JVM vs compiler | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 4

JVM vs compiler

guys what the difference between the JVM and the compiler I think the JVM looks like the media player that operates the files those made by the complier rightšŸ¤”?

18th Jul 2017, 1:18 PM
Hmmam Babe khuoja
Hmmam Babe khuoja - avatar
2 Respostas
+ 15
Yes šŸ˜Šyou are right!! Java code want to compile to .class file and class file will be interpret by JVM for running java programs.šŸ˜ŠšŸ˜ŠšŸ˜ŠšŸ˜‰šŸ˜‰
18th Jul 2017, 1:49 PM
Nithiwat
Nithiwat - avatar
+ 12
Yep you'r ex is sweet :) java==>bytecode==>machine code . advantage of this process is you have cross-platform program. java slogan : "Write once, run anywhere". jvm : execute bytecode compiler : compile code .
18th Jul 2017, 3:49 PM
Amir
Amir - avatar