Computer Science, asked by PrincessKritiSanon, 7 months ago

Find the correct statement :
a. Java programs can be compiled
only
b. Java programs can be interpreted
only
c. Java program can be compiled
and interpreted both
d. none of these​

Answers

Answered by rupam83
2

Explanation:

Yes, a java program is first compiled into bytecode which JRE can understand. ByteCode is then interpreted by the JVM making it as interpreted language.

Similar questions