0

How jvm properly work and is it converted the code in binary??

How i understood ?

18th Oct 2016, 7:43 PM
MONU KUMAR
1 Answer
+ 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.
19th Oct 2016, 3:36 AM
Mani Kanta
Mani Kanta - avatar