Anonymous

How Jvm Works Internally When We Execute Java Code?

1

1 Answers

Anonymous Profile
Anonymous answered
Upon execution of Java Program, JVM (part of JVM) translates the byte code into executable code which is understandable to CPU. So, that is how your Java class gets executed.

Answer Question

Anonymous