Which components is responsible for converting byte code into machine specific cod?
Answers
Answered by
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