Computer Science, asked by pinkesh9340, 1 year ago

Which components is responsible for converting byte code into machine specific cod?

Answers

Answered by sdbl3roni
0

java virtual machine is where byte code stored, the compiler compiles/converts the byte code into machine code in the java-runtime enviroment.


Similar questions