Relation between JVM and java class files | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Relation between JVM and java class files

What the relation between JVM with class files? It's not clear to me !

19th Oct 2016, 5:36 AM
Naimur Rahman
Naimur Rahman - avatar
1 Answer
0
The Java Virtual Machine (JVM) simply interprets the code that your write for the class that you are compiling at the moment (Ex: System.out.print("Food is great!");) into something the computer can understand (bytecode then to machine code). Hope this helps.
31st Oct 2016, 1:30 AM
Scylla
Scylla - avatar