vote up 3 vote down star
2

There exists a very good talk about c# vs. java where H.Mössenböck compares the two languages. Thats from 2003, c# 2.0 compared with java 1.5.

Can be found in german here
http://dotnet.jku.at/

Does anyone know good resources, where actual language versions are compared? Or maybe post a comparison right here?

My interests are:

Advantages/Disadvantages of the java 6 language (features, syntactic sugar, ..) compared with c# 3.0 language

Current IDE, VM, CLR and current Framework capabilities would exceed this question...

flag

64% accept rate

1 Answer

vote up 4 vote down check

Java 6 didn't have any language improvements over Java 5 - where as C# 3 had a ton of new features. Many, but not all, of the C# 3 improvements can still be used when targeting .NET 2.0.

Java 7 has had a lot of proposals for new language features, but it's not clear which features will actually get in there. C# 4 will have significant new features, but it'll be a more incremental change than the one between 2 and 3.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.