The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.java.programmer
From: Arne Vajhøj <a...@vajhoej.dk>
Date: Fri, 16 May 2008 19:19:16 -0400
Local: Fri, May 16 2008 7:19 pm
Subject: Re: Java & Delphi
Fons wrote: You have misunderstood. > But how about the two "versions" (correct me if I'm wrong) of Java: one > interpreted and one semi-compiled ? Please explain. Can both IDE's > handle both ? Or do I completely misunderstand ? The Java compiler just transforms the Java source to Java byte code, The Java byte code is then JIT compiled by the JVM. JIT compilation is real compilation not semi. JIT is used by the JVM unless explicit disabled with the -Xint switch. Since this is handled by the JVM then it is independent of the IDE. Arne You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||