Explain the compilation process in java
Answers
Answered by
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