What C# has that Java doesn't

Feb. 11th, 2004 | 12:16 am

A Comparative Overview of C#

That article was written way back in 2000, but a lot of what it says still holds true. Of course, Java has picked up some of the new C# features by this time. (Now, who's stealing from whom?) J2SE 1.5 includes support for properties (metadata-supported auto-generation of getter and setter methods), enums, and the foreach loop, amongst other things.

Read more... )

#