
Java
Due to platform independence, a
Java compiler will interpret
Java source code into
Java Byte Code and pass to the JVM, which will pass machine understandable code through to cpu. (clarification needed).A conventional compiler converts source code directly to machine code.(clarification needed).