Amdocs Interview Question

what are virtual machines in Java?

Interview Answer

Anonymous

Jan 22, 2018

Jvm is just an interpreter which execute the bytecode(.class file generated by java compiler ) .

1