Computer Applications
Java interpreter is called Java Virtual machine. Explain.
Java Intro
42 Likes
Answer
Java Virtual Machine takes Bytecode as input and converts it into Machine Code one line at a time. This Bytecode can be generated by compiling source code written in any JVM language like Scala, Kotlin, etc not just Java. Hence, Java interpreter is called Java Virtual Machine.
Answered By
25 Likes