Who execute java byte code Jdk
Jvm
Jre
Answers
Answered by
1
Answer:
JVM execute Java byte code
Answered by
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