0
How jvm properly work and is it converted the code in binary??
How i understood ?
1 Odpowiedź
+ 1
No, Java compiler is responsible for converting source code to bytecode.
Jvm is to executes the bytecode.
java jdk consists of Compiler, Jre and jvm.