Just -in-time compilers are available on some machines, not all, and basically what they do is the first time you run your java byte code, the JIT compiler compiles it at that instant, into the native code of the machines you are running it on. The purpose is to still allow java portability, but to give the added benefit of speed (something that interpretation of byte code does not have) when run on subsequent occassions.
Regards,
Leon If you need additional help, you can email to me at zaoliang@hotmail.com I don't guaranty that I will be able to solve your problems but I will try my best
No problem If you need additional help, you can email to me at zaoliang@hotmail.com I don't guaranty that I will be able to solve your problems but I will try my best
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.