Amdocs interview question

what are virtual machines in Java?

Interview Answer

Anonymous

22 Jan 2018

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

1