C# From a Java Developer’s Perspective: A Comparison of Microsoft’s C# programming language to Sun Microsystems’ Java programming language. [via thauvin.net]
C# From a Java Developer’s Perspective: A Comparison of Microsoft’s C# programming language to Sun Microsystems’ Java programming language. [via thauvin.net]
by far, one of the most objective comparisons i’ve seen of the two… thx for the link aaron
I believe the author of that article now works at Microsoft (though he didn’t when he wrote it).
IMO the differences between the C# and Java languages are not very interesting. More interesting are comparisons between ASP.NET and JSP/JSF, .NET Remoting and RMI, P/Invoke and JNI, System.Xml and JAX*, Windows Forms and Swing. C# only has incremental changes over Java, but some of the .NET technologies MS has built are surprisingly different from their Java counterparts.