Difference Between interpreter and compiler in java application?

Java

1 answer

Answer

1164837

2026-08-27 05:05

+ Follow

Java
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).

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.