Answers for "is java compiled or interpreted"

3

is java compiled or interpreted

Java can be considered BOTH a COMPILED and an INTERPRETED language
because its source code is first compiled into a binary byte-code.
  
This byte-code runs on the Java Virtual Machine (JVM), which is
usually a software-based interpreter.
Posted by: Guest on March-06-2021

Code answers related to "is java compiled or interpreted"

Browse Popular Code Answers by Language