Thread: C#(.NET) vs Java(Java2) "under the hood"

  1. #1
    Registered User
    Join Date
    Apr 2004
    Posts
    21

    C#(.NET) vs Java(Java2) "under the hood"

    hi geeks ,
    i just started the old subject.
    first don't try to mimic !

    c# compile the code to IL and and managed IL recompile to native via commerce JIT or standard JIT.

    java compile the code to bytecode and inerpret the bytecode to native via JRE .

    hold on!
    up to here which side do a better job ?

    common break the ice

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Uh... I'd say C# because it's compiled, not interpreted, but I'm sure you can find JIT compilers for Java, too...
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++.NET vs. C#.NET
    By Scarvenger in forum Tech Board
    Replies: 1
    Last Post: 09-14-2006, 09:03 PM