Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)
Can anyone help me how this interpreter work in Java?

1 Answer

0 votes
by (26.7k points)

Basically, we deploy our code on JVM i.e Java virtual machine. This JVM converts that code in the machine code format with the help of a Java Interpreter. JVM uses the Java Interpreter at the runtime.

I hope this will help.

Want to know more about Java? Prefer this tutorial on Java Tutorial.

Want to become a Java Expert? Join Java Certification now!!

Related questions

Browse Categories

...