Differentiate between interpreter and complier

1 answer

Answer

1171482

2026-04-14 15:10

+ Follow

Java
Java

Compiler compiles code into binary program, which is then ran by operating system or a virtual machine(Java or C#)

Interpreter steps trough code, doing instructions one after another, without any compilation or optimization.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.