what is java compilatipn process
Answers
Answered by
0
Explanation:
Compilation and Execution of a Java Program. Java, being a platform independent programming language, doesn't work on one-step-compilation. Instead, it involves a two-step execution, first through an OS independent compiler; and second, in a virtual machine (JVM) which is custom-built for every operating system.
hope it helps uh
please Mark as brainest
Similar questions