Is java interpreter or compiler

Java

1 answer

Answer

1230361

2026-08-08 23:35

+ Follow

Java
Java

Java has both a compiled and an interpreted stage.

1) The programmer writes his source codes (.Java extension); a compiler will compile this to bytecode (.class extension).

2) When the end-user runs the .class program, the JVM (Java Virtual Machine) will interpret this.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.