Computer Science, asked by mandavenkatasivapras, 7 months ago

Java uses both_
and_
for execution of a
program.​

Answers

Answered by imtiyazallam
0

Answer:

Java uses both JDK  and JVM for execution of a program.​

Explanation:

JDK is used to compile the java Source code into byte code. Then the byte code is interpreted by JVM during execution.

Similar questions