Computer Science, asked by JAWAADJARIWALA, 1 year ago

Explain the compilation process in java

Answers

Answered by AdiPCS
8
We write javasource code, the compiler which is platform independent translates it into bytecode, then the jvm which is platform dependent translates it into machine code.
Similar questions