vote up 19 vote down star
4

I have an option of selecting Java or .NET as my language.

Which one is the best to choose? In which can I see a brighter future?

flag

I'm sorry, but a question such as "Java or .NET" is basically flamebait. You may as well be asking tabs or spaces, emacs vs. vi. – SCdF Nov 28 '08 at 5:08
"Argumentative?" I see no evidence (except this comment about the bad decision to close it.) I see no flaming at all - there are other threads that are much more heated. I'd reopen it if I could. – le dorfier Nov 28 '08 at 5:28
learn none... go better of being a fisherman – Adyt Nov 28 '08 at 5:46
Reopened because it's voted up and the answers are civil. – Robert S. Dec 29 '08 at 1:26
1  
Tabs. Emacs. .NET. If you don't agree with me, you are obviously psycho. ... Can't resist a good flamebait, can I? – Justice Jan 3 at 18:50
show 1 more comment

16 Answers

vote up 21 vote down check

Want to see the brightest future? Learn both.

link|flag
They are both sufficiently similar that learning both really shouldn't be too difficult of an option either. – Kibbee Jan 3 at 19:28
3  
Why learn both. Learn one and a dynamic or functional lang? – John Nolan Mar 26 at 15:20
Yeah, no reason to learn both when you can spend the time learning something more different. Learn one (flip a coin if you need to) and pick the other up if/when you need it. – Adam Jaskiewicz Mar 26 at 15:21
2  
I disagree. Better to be really good at 1 thing than OK at 2 things. – Keltex Mar 26 at 15:25
1  
No reason to learn both, really. If you must learn two, go with C# and F#. Otherwise just learn C# =) – Dmitri Nesteruk Mar 26 at 23:00
vote up 2 vote down

Noone knows which one has the brighter future (apart from Jon Skeet). And what is better is a personal / subjective question. Personally i go with java. But C# has some very neat features and i plan to learn it too. Nothing against knowing one more language :).

Java implementations support more platforms. Note that's not a property of the Java language. It's merely a property of the implementations. But mono already works quite well on three quite major platforms and it can compile C# code for Linux/Windows/MacOS.

link|flag
Mono is not that good, it doesnt support c# 3.0 When you use c# you should forget about mono. – geeeeeeeeeek Nov 28 '08 at 9:22
2  
i'm not that good with c# . but i know mono supports linq (though i think it does only partially). C# 3.0 is fully supported in mono since 2.0. i've asked them in the #csharp channel on irc.freenode.org – Johannes Schaub - litb Dec 1 '08 at 16:57
vote up 0 vote down

Learn C# from dot net and also Java If you master one of these, you are cool.

link|flag
vote up 2 vote down

It would be interesting to see which of the two seems to have the larger question/answer audience on SO.

Fortunately, they are similar enough that techniques and patterns you learn for one are usually transferrable to the other.

link|flag
vote up 2 vote down

They are both really great languages!

I would learn both, master one, then learn ruby || python || groovy || scala to round it out. Problem with .Net and Java is that they are both Monolithic languages with lots of ritual and things you need to do that don't always make sense until you understand how compilers and type checking really work.

Learning a great dynamic language will improve your Java or C# thanks to the DSEP (Dynamic side effect phenomenon) where learning about duck typing, polymorphism and other dynamic nuances actual improves your statically typed OO code.

Then again C# will support native Duck Typing in 4.0 along with some great functional programming paradigms so I would start hedging my bets on that one over the big J.

link|flag
vote up 8 vote down

Learning both only opens more doors for you in the future. If one is becoming less popular, you will still have something to fall back on. It's almost inevitable that you will learn a second language anyway as your first language is rarely your last, and having a tough decision between these two I feel you will end up learning them both somewhere down the road anyway. Not to mention how many resources there are out there for helping programmers of one language convert to another, a quick search on Amazon will reveal a myriad of books for Java developers wanting a taste of C#, and the other way around. More knowledge never hurts, as long as it's useful knowledge.

link|flag
vote up 0 vote down

Look at the number of Java programmers envious of C# and compare it with the number of C# programmers envious of Java. Compare the numbers and decide. (I'm sure most people know which group has majority.)

link|flag
I don't know. Which group is it? :) – Hosam Aly Jan 3 at 19:49
Seriously, which group? Maybe this site's members have a partiality toward C#? – Jack BeNimble Mar 26 at 15:04
Umm, my perception is that the Java folks are envious of C# generics, lambdas and such. Am I wrong? Yes, SO is biased towards C#, so perhaps I'm not seeing the full picture =) – Dmitri Nesteruk Mar 26 at 22:46
vote up 5 vote down

Start with C# and then learn Java.

I find it easier to set up the C# developer environment - Visual Studio. There are probably more jobs about for C#.

That said, Java is very useful, particularly on Linux and for general portability. Mono is good but not as mature as the Java implementation currently.

link|flag
1  
I had a recruiter tell me that so many people have gone the C#/.Net route that people who know Java well are in high demand. I think right now Java developers might have a slight edge in terms of competitiveness in the marketplace. – thaBadDawg Jan 3 at 18:49
1  
If that's your criteria - learn COBOL! (no, seriously, its big bucks for the few who know that stuff) – gbjbaanb Mar 26 at 15:25
vote up 1 vote down

I'm fairly fluent in both Java and C#. I think any programmer who can become solid in one language the translation to the other language is fairly simple. The main difference is one of integration. It's harder to integrate Java into the Microsoft world and C# (much less so now than before) is harder to work with outside of the Microsoft world. Once Mono catches up with .Net 3.0 I would be hard pressed to say that Java has the edge.

When I am working in Java I miss the ease of which I can work with web applications and web services. When I am working in C# I miss the myriad of libraries that make development speedier and much more effective. I especially miss Javolution when I am working with C#.

Learn C# first then start tracking some Java open source projects and you'll see how easy it is to code in both worlds.

link|flag
vote up 1 vote down

Fortunately Java and C# are very alike, so it is not difficult to pick up the other after learning one of them. I suggest you start by learning the language where you can find immediate use for it. Real projects are needed for real experience with a language imo.

link|flag
vote up 1 vote down

C# seems to be evolving more quickly than Java. I don't know if this is good or bad. If you know C# then you can pick up Java pretty quickly and vice-versa. The libraries take a longer time to learn than the languages.

link|flag
vote up 0 vote down

I think they are so similar that it's not really an either/or. I'm currently learning Java for Android development (started with c# about 5 years ago) and I'm finding that it's easy to pick up.

You want to branch out? Try a functional language. That will bend your brain around nicely. F# would be my choice, since in .NET you can include C# and F# assemblies (or is it by class?) in the same project. There are some things that functional languages really do do better. Or at least easier on the dev, since it all goes down to bytecode in the end.

link|flag
vote up 2 vote down

I would advise to go with Java first. C# is very rich as a language (IMHO), up to the point that I actually find it confusing for new developers. On the other hand, Java has a relatively concise syntax. So I'd advise to go with Java first.

I wouldn't be talking about libraries here, because these are tools that can enhance your productivity, but are not actually part of the language. There are also many debates that can be made over GUI libraries, platform independence, multiple vendor support, and many other stuff. But if you really want to learn well, then I would advise you to start by learning the language itself, and know about libraries on your way. Afterwards, you will be able to switch to the other language relatively easy.

By the way, I am not saying that C# is bad (regardless of my personal opinion). I am just saying that its richness can make it hard to learn for new developers.

link|flag
vote up 1 vote down

One thing about Java is everything is free. With Microsoft, I assume you end up paying somewhere along the line. Another thing is Java runs on both Windows and Unix. I don't think C# does this. Finally - a quick check of Dice.com reveals approximately double the postings for Java as it does for C#. I can't vouch for the trend, though.

link|flag
Get your facts straight before you answer. – Echostorm Mar 26 at 15:22
1  
He's more-or-less right. There's mono, but it's not really a production solution from what I can tell. Windows certainly isn't free, so he's got that right. – Adam Jaskiewicz Mar 26 at 15:28
Again with the lack of simple research. mono-project.com/Companies_Using_Mono Additionally, bringing the price of Windows into this is irrelevant. Computers cost money so the price of developing anything is not free. – Echostorm Mar 27 at 11:54
EchoStorm - Mono "doesn't attempt to duplicate the complete .Net environment". Would you develop for cross-platform on a product like that? I have many years of dealing with Microsoft as research, and have the lightened bankroll to prove it. I'd never had to pay a cent to Sun. Twice-burned, etc. – Jack BeNimble Mar 28 at 9:06
vote up 0 vote down

Look at job postings in your area. Learn whichever one seems to be more popular. It really doesn't matter. I'm a Java programmer, but I've looked at a fair bit of C# code and it seems very similar; I don't think I'd have any trouble picking up enough to be productive in a few weeks.

link|flag
vote up 1 vote down

Right now .Net is the more dynamic place to be - Java's ability to run on anything also makes it harder to change. Meanwhile Microsoft can keep adding to .Net very quickly.

You can use .Net on Linux, but you're tied to an old subset of the language.

In either case it will take longer to learn what you can and can't do with the supporting frameworks than the language itself. Also bear in mind that C# basically robs the best bits from Java - there's not a massive difference between them.

I wouldn't bother learning both - very very few jobs require it. In terms of your career you're better off learning some different but complementary languages.

I would go with SQL, either C# or Java, and finally plain Javascript with at least one framework (jQuery, prototype, etc).

Basically, to me as a hiring manager, C# + jQuery or Java + SQL would both be worth more than C# + Java.

link|flag

Your Answer

Get an OpenID
or

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