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.


Advertisements