Computer Science, asked by manikmitmm7147, 10 months ago

Who execute java byte code Jdk
Jvm
Jre

Answers

Answered by kais21
1

Answer:

JVM execute Java byte code

Answered by Anshu33845
1

Answer:

JVM (Java Virtual Machine)

Explanation:

When we we run Java code or source code of Java it compiles the Java source code into bytecode. JVM execute the same bytecode. So we can execute our bytecode in any system and so that Java is platform independent.

Similar questions