+ 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🤔?
2 Respuestas
+ 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.😊😊😊😉😉
+ 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 .