Computer Science, asked by ashu070, 3 months ago

what is not compiled by the Java compiler.​

Answers

Answered by samarendradas6969
4

Answer:

Java source code is compiled into bytecode when we use the javac compiler. The bytecode gets saved on the disk with the file extension . ... 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.

Similar questions