f) Explain Java compilation process.
Answers
Answered by
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
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
Social Sciences,
4 months ago
Science,
4 months ago
Math,
4 months ago
Social Sciences,
9 months ago
Math,
1 year ago
English,
1 year ago