Talk:Comparison of C Sharp and Java: Difference between revisions

Content deleted Content added
enum in Java
Virtual machine?
Line 73:
[[User:Tbjablin|Tbjablin]] 04:34, 9 Mar 2005 (UTC)
: Yeah, it seems pretty clear that <code>enum</tt> is a keyword in Java. [[User:Neilc|Neilc]] 01:08, 10 Mar 2005 (UTC)
 
== Virtual machine? ==
 
C# is compiled to MSIL which is compiled into native machine code; Java is compiled into .class files which are interpreted by the JVM. The article says they both run on a virtual machine, but C# does not. I ran a series of benchmarks which I posted [http://mathcs.blogspot.com/2005/04/java-vs-net.html here] and am quite sure that C# is appreciably faster than Java.