Java is Intepreted

Unlike the comile of C++ program that produces machine instractions, the jave compiler produces that are then executed by Java Virtual Machine (JVM). there are just in time (JIT) compilers availabe for Java applications, which translate the byte codes into machine instructions for the PC they are executed on.

0 Comments:

Post a Comment