Hacker News new | ask | show | jobs
by metadat 1366 days ago
For Java, is the JVM apps run atop of compiled for the native CPU architecture? Does this matter?
1 comments

JVM is a virtual machine with its own instruction set. Java code is compiled to this instruction set and not the actual's CPUs instruction set, hence not native.