Execution of a Java Program Before understanding the JVM, let’s first understand how a Java source file is executed. First we write the java code and store it with the .java extension. When we compile it, Java compiler (javac.exe) converts…
Execution of a Java Program Before understanding the JVM, let’s first understand how a Java source file is executed. First we write the java code and store it with the .java extension. When we compile it, Java compiler (javac.exe) converts…