Google Groups Home
Help | Sign in
Message from discussion Java & Delphi
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
Arne Vajhøj  
View profile
 More options May 16, 7:19 pm
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:
> 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 ?

You have misunderstood.

The Java compiler just transforms the Java source to Java byte code,
which you can consider just a binary version of the source.

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


    Reply to author    Forward  
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.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google