Rick Funderburg wrote:
Java _can_ be interpreted, but with JIT, it is not interpreted; instead it is compiled at runtime. I get the sense that you know the distinction, but it did not come through clearly (at least to me) in the paragraphs above. With JIT, you take a performance hit while the compilation takes place (when the code loads), but you do not incur any performance penalties when running the code, as you would when using interpreted Java.

Actually, with Sun's JVM the compiling doesn't necessarily take place at load time. It often takes place afterwards.

--Chris

--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to