Is JVM a compiler or interpreter?



Java Virtual Machine is an abstract computing machine which is used to run the java program. JVM accepts byte code, loads it and translates it into system understandable code.

Check here the Tutorials Point Java compiler

Updated on: 2025-01-15T16:12:36+05:30

1K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements