Explain Java Compilation Process .
Answers
Answered by
5
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.
dassristi2016:
Hm
Similar questions