Java compiler, compiles to byte code which is run by the Java Virtual Machine (JVM) interprets at run time. Actual Java implementations do just-in-time compilation to native machine code.
C++ is directly compiled to the machine code which is executed directly by the central processing units.
Comments
Leave a comment