which component is responsible to optimise byte code to machine code
Answers
Answered by
0
JVM is responsible to converting bytecode to the machine specific code. JVM is also platform dependent and provides core java functions like garbage collection, memory management,security etc.
Similar questions