leo.blog();

JVM

JVM is the Java virtual machine.

It is a very common platform to target. There is a JVM for almost every computing platform (including embedded), any many programming languages target JVM bytecode.

Leave a Comment