vote up 0 vote down star

Is there a chance that Java will catch up with C# considering the fact that Sun is now headed by a Software guy(Jonathan Schwartz) and James Gosling is back in the mainstream of Sun's development operations against Microsoft's continuous release of new and quite useful features in .NET 3.5 and the coming .NET 4.0? Or maybe developers should expect to stick by Microsoft for some time before the next new blitz comes along.

flag

32% accept rate
I don't care, it's all subjective, but maybe new Java efforts will have a namespace called com.java.Punctuation. ;-) – Kev Jan 30 at 13:08
without providing evidence at the outset that Java is behind, this is very definitely subj/arg – annakata Jan 30 at 14:33
Hence the 'subjective' tag... – cletus Jan 30 at 15:02

closed as subjective and argumentative by Brian Rasmussen, annakata, Dan Dyer, Gamecat Jan 30 at 14:46

3 Answers

vote up 18 vote down

Who said it was behind?

link|flag
Oh come on, where have you been hiding? – cletus Jan 30 at 13:04
1  
good answer duffymo – toolkit Jan 30 at 13:06
Depends on how we'll define ahead or behind. There's a case to be made that the two are largely equivalent and have traded features back and forth since the beginning. Personally, I don't consider closures to be a deal-breaker. – duffymo Jan 30 at 13:13
@duffymo: Can I ask how much experience you've had with C# 3? Lambda expressions (and LINQ in general) allows so much clearer code in my view. It really is very significant. Add to that the using statement, events, properties, lack of checked exceptions, execution time generics, etc... – Jon Skeet Jan 30 at 13:16
1  
@doffymo: you can map them into 80x86 assembler too if you really want. That doesn't make it a good idea. Or, more importantly, a productive use of your time. – cletus Jan 30 at 13:25
show 18 more comments
vote up 6 vote down

What a lot of people said was C#'s weakness was that it had a single controlling body (Microsoft) and most people assume this was a bad thing.

As it turns out, the past few years have shown having a single driving force behind it has been an advantage for C# and a weakness for Java. Java is becoming way too fragmented, too many directions at once. I've been saying for a while now that SUN should really take the reins of Java and start driving it again.

link|flag
1  
I work with a lot of Java devs, and have done plenty of Java myself. This is exactly the argument I have made to them. The JCP is killing Java. Behemoths like IBM don't want Java to be better; they want it to be frozen in time forever. – Michael Meadows Jan 30 at 14:26
1  
+1 Amen to that. Sun has shown they can't drive technology anymore. Their acquisition of MySQL has stalled its development (look at the debacle that is the 5.1 release). And they waste time on pointless "me too" wannabe technologies like JavaFX. – cletus Jan 30 at 14:53
Agreed. Though, what is keeping me from C#/.NET is the expense of getting into it. I'd need a copy of Windows, Visual Studio, etc, and then I'd be limited to one platform (yeah yeah, Mono etc.; it still isn't as cross-platform as Java.) – Adam Jaskiewicz Jan 30 at 16:13
Windows yes, Visual Studio No, theres a lot(ok maybe a couple) good free IDE's for .Net dev. – Neil N Jan 30 at 16:15
visual studio express is free isn't it? – cletus Jan 30 at 20:32
show 1 more comment
vote up 1 vote down

The only way Java will catch up with C#/.Net is to hope that C# circumnavigates the globe and overlaps Java.

link|flag
1  
Best answer I've ever seen here on SO. – Chris Marisic Jan 30 at 13:46

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