Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for some reliable statistics regarding Java vs. .NET marketshare. I am interested in Java as a platform (application servers etc.) not as a language, so this should include Grails/Groovy, JRuby etc. in Java camp and C#, VB .NET etc. in .NET camp.

share|improve this question
And this has what to do with programming? You may want to narrow the question, as lumping games, financial, medical, SSAS applications for example, will give distorted information. – James Black Jul 28 '10 at 13:47
it might be an important factor in deciding what platform to choose, as a competitor of ours is trying to show. – Dan Jul 28 '10 at 13:53
2  
What would you consider "reliable"? – Thorbjørn Ravn Andersen Jul 28 '10 at 13:59
You might find Jeff Atwoods thoughts on why he did not build Discourse in .NET interesting: codinghorror.com/blog/2013/03/why-ruby.html – Thorbjørn Ravn Andersen May 1 at 13:45

closed as not a real question by James Black, Vineet Reynolds, JB King, Jonathan Allen, bmargulies Jul 28 '10 at 14:41

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

5 Answers

up vote 18 down vote accepted

It doesn't really matter. Both are large enough that you'll have no issue finding developers to work on it no matter which platform the product is running on.

It's like asking which company, Ford or Chevy has a bigger market share because you're going to buy a new truck. It doesn't matter.

share|improve this answer

Take a look at TIOBE index: http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html

What is TIOBE index: http://en.wikipedia.org/wiki/Tiobe_index

share|improve this answer
But this is programming language, not platform adoption statistics? – Dan Jul 28 '10 at 13:57
@Dan TIOBE is more about the way search engines work. – Tom Hawtin - tackline Jul 28 '10 at 14:10

If you are talking not just about the "language" but the entire platform, than you should consider the mobile phone market too - the majority runs Java (much bigger than the entire PC base), and the SmartCard market too (also runs Java).

Than there's the question what you really like: something controlled by only one company (in the case of .NET), or something that is driven by specifications and an entire industry behind it?

share|improve this answer
7  
.NET is backed by an internationally recognized standard. Java is owned by a single company, Orcale, which hasn't made any public commitments to the future of the language. – Jonathan Allen Jul 28 '10 at 14:26
1  
@Jonathan: that's a very funny way of seeing the things :D. – A. Ionescu Jul 28 '10 at 14:31
2  
Well I figure since international standards are pretty much a joke anyways when it comes to our industry, we might as well mock them. – Jonathan Allen Jul 28 '10 at 15:12
1  
Isn't "standards" just a buzz word that managers use? – Brett Ryan May 4 '11 at 5:28

.NET is if you want to use Windows as your platform forever. Java is if you want to postpone that decision.


Please note that besides that I consider the two roughly equal.

share|improve this answer
4  
You don't fancy Mono for your production systems? – Tom Hawtin - tackline Jul 28 '10 at 14:11
Perfect comment. – Scott Jul 28 '10 at 14:11
1  
@Tom, java is available ón more systems than mono. Regarding production, only if the developers develop ón mono. – Thorbjørn Ravn Andersen Jul 28 '10 at 14:17
Java is only available because the users took a couple of minutes to install it. Mono is no different. – Jonathan Allen Jul 28 '10 at 14:24
2  
@Jonathan, there are other platforms in the world than x86. For instance IBM provides Java ón Power on e.g. AIX which mono does not support. – Thorbjørn Ravn Andersen Jul 28 '10 at 14:41
show 7 more comments

Just similar to Tiobe index, you can have a look at http://stackoverflow.com/tags , you can see c# is at no. 1 position consistently since long. Both are equally large enough, but I see new things faster in c# compared to java.

share|improve this answer
2  
This is not a reliable statistic whatsoever... – Nikolaos Jul 28 '10 at 14:33
4  
That tells us you'll get more questions about C# on Stackoverflow... but isn't exactly conclusive about the rest of the world. – Dean J Jul 28 '10 at 14:35
2  
Yes I agree, but even Tiobi index is similar thing, it just tells you what people are searching for. – Akash Kava Jul 28 '10 at 14:36
Dean: Not even that. It tells us you'll see more questions which were tagged c#. There's plenty of C# questions tagged .net and a Java questions tagged jvm, for example. – Ken Jul 28 '10 at 14:57

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