KnowledgeBoat Logo
|

Computer Science

'Java interpreter is also called Java Virtual Machine'. Justify the statement.

Java Intro

3 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

1 Like


Related Questions