Computer Science, asked by anurag2108, 7 months ago

f) Explain Java compilation process.​

Answers

Answered by Harshitkumarjain
3

Answer:

here is your answer

So plz mark it as brainlist ✨

Explanation:

Java source code is compiled into bytecode when we use the javac compiler. The bytecode gets saved on the disk with the file extension . class . When the program is to be run, the bytecode is converted, using the just-in-time (JIT) compiler. The result is machine code which is then fed to the memory and is executed.

Answered by navya1705
0

java’ file is passed through the compiler, which then encodes the source code into a machine independent encoding, known as Bytecode. The content of each class contained in the source file is stored in a separate ‘.class’ file

i hope it helps you

Similar questions