Ok
.
I understand that JIT converts the byte code to native code only when the particular piece of code is executed.
Now in this context , when it is said that the interpretation happens one at a time , is it like each of line of code is interpreted one by one ? then to me it is almost like JIT . I know this cant be the case hence my question.
Thanks
Lingan