vote up 1 vote down star

I know that this question seems to be a holy war, but I just want to ask what language is better to learn in my case.
I have read comparison of Java and C# in Wikipedia. As far as a could understand, C# is a better language than Java (structs, delegated, operator overloading and so on), and I like Visual Studio more than Eclipse or Netbeans. But Java is cross-platform and widely used.
Most of my friends don't like C#, they say Java is better.
I want to focus on desktop (for windows) and web development. Now I know some C# and .NET framework basics. Should I switch to Java?

flag

9  
Better for what? There's no such thing as the one best language. Each has its advantages and drawbacks. There is no objective answer to this question. – Pontus Gagge Nov 8 at 10:30
Languages and IDEs have pluses and minuses. If you like Visual Studio, use that. .NET is also widely used. ;) – Peter Lawrey Nov 8 at 10:32
1  
Subjective, should be a community wiki. – o.k.w Nov 8 at 10:32
2  
Deventer (n.) - A decision that's very hard to take because so little depends on it - from "The Meaning of Liff." – Peter Lawrey Nov 8 at 10:35
Jobs earning over £75K from jobserve, Java: 685, C#: 448. not much difference IMHO – Peter Lawrey Nov 8 at 10:39
show 2 more comments

closed as subjective and argumentative by DrJokepu, Darin Dimitrov, Henk Holterman, finnw, Geo Nov 8 at 10:53

9 Answers

vote up 1 vote down check

Are you going to create cross OS desktop application? If yes, then you should stick with Java. Although C# has mono coming but the support is limited.

If you are concentrating on Windows desktop application, then by all means switch to C#, right now. C#, as you said, is a much much better language, with Visual Studio beating Eclipse and other Java IDE hands down.

If you are doing server side development, then the difference between C# and Java is less than pronounced.

link|flag
"concentrating on Windows" -> "specializing in Windows" – Thorbjørn Ravn Andersen Nov 8 at 10:33
"beating Eclipse and other Java IDE" ... so you have worked with "all other java IDEs" and you can say that out of experience? – Chris Nov 8 at 10:41
1  
In all honesty, comparing C#/VS to, say, Java/IDEA, I think it would be IDEA that wins hands down, not VS. About the only case where I remember VS having a distinct advantage is when you have a mixed managed/unmanaged application (for C#/C++ it would be P/Invoke and COM, for Java/C++ it would be JNI). Since VS is also a C++ IDE, it can debug such code as a coherent whole - so you can mixed managed/native call stacks, can set up breakpoints in both kinds of code, can step into a call on managed side and see the native side, etc. I'm not aware of any Java IDE that does it for JNI. – Pavel Minaev Nov 8 at 11:05
vote up 0 vote down

Both languages will do what you want to do with java pulling ahead in the cross-platform part. I don't believe you can go wrong with either choice.

I would also suggest looking at other languages than just these two. I know I'm probably going to voted down for this but why not look at python/ruby for the web development part? Those languages can also hold their own in the cross os desktop applications and will integrate with your java or .net stuff if you want it too. The java platform in my opinion has an edge in that regard with jpython and jruby being quite solid.

link|flag
vote up 0 vote down

I've been doing a bit of C# GUIs for the last few weeks, having a background with Swing, GTK, MFC and Win32. Java Swing is about the worst for getting an acceptable UI on Windows. You end up doing an awful lot to get simple idioms such as split buttons working, which are built-in to the platform, and you don't have the simplicity that you get with GTK + C function pointers. Similarly, if you want a native GUI on linux use GTK (either python or C) and on OS X use objective C.

Java Swing GUIs seem to be much more effort than other toolkits, without either the performance of OpenGL, the render quality of antigrain, or a native look and feel, so have for got squeezed out by C at the performance end, Python+GTK at the quick-and-dirty end and C# for native look. With Visual Studio, it's very quick and easy to create UIs, as fast as Python. If you know Java and Win32, C# + Windows.Forms is a doddle.

Almost all the web development I've done since the last '90s has been Java; it's more likely than you will want to run a web server on a non-windows machine, and I've not seen a reason to change that. Traditionally, Java web servers and the JVM have been considered better, but trying to find meaningful comparisons is tricky.

link|flag
vote up 0 vote down

Serey, you need to specify a bit more the sort of applications and systems you intend to be programming to get better advice. There are various issues at play -- your skills, your willingness to learn, the platforms you are targeting (Windows, Unix, Linux, Mac), whether they are desktop or web applications, etc

Personally I would learn both depending on my needs, but have one as my primary language.

link|flag
vote up 2 vote down

You should think about development platforms, not languages. Compare .NET and JEE and then make choice about language. If you need cross-platform solutions, look at Mono.

link|flag
vote up 0 vote down

If you want to focus on desktop development, as you're saying, your choice is definitely C# and dotNet.

The obstacle "cross-platform" is in reality not existing: you could use Mono to port the C# code on Mac and Linux and use MonoDevelop as IDE on these systems.

link|flag
5  
It's not true to the fact. For me it was enough to try Mono & MonoDevelop on Mac for start learning Java. Mono is completely not ready for everyday usage. – kemiisto Nov 8 at 10:40
I agree with kemiisto, if his goal is to create something today that is cross-OS then java is by far a better choice. 99% of the java platform works exactly the same across operating systems it supports. – nkassis Nov 8 at 10:52
@nkassis, that's precisely the problem. I for one don't want my application to look "exactly the same" on all platforms - quite the opposite, I want it to look native on each platform, and that means it's got to look different! Java is so-so in that regard - recent Java6 builds look pretty decent on Windows (until you see the File Open/Save dialog), meh on Linux, and really bad on OS X (or maybe the people using the latter are more picky). Personally, if I ever needed a cross-platform language/toolkit combo primarily for desktop UI, I'd just go for C++ and Qt. Seems to look best. – Pavel Minaev Nov 8 at 11:09
vote up 7 vote down

The more tools you have in your belt, the better a programmer you are. If you know how to use them, that is.

So, don't switch, but perhaps learn both. If you ever need to target non-Windows clients, Java is a much better bet than .NET, and knowing both will make you understand many things better.

link|flag
On the one hand, there is no silver bullet and it is good idea to learn as much as possible. On the other hand, learning a language takes not so much time (especially learning C# when you already know Java or vice versa), but learning frameworks... Sometimes one need to make a choice. – kemiisto Nov 8 at 10:48
@kemiisto, for frameworks it's the same as for languages, once you know a few and start to recognize the concepts common to them, you will be able to better chose the best framework for a job at hand, or even know when it's best to roll your own. – rsp Nov 8 at 10:55
Don't "learn" in a sense of knowing everything in the language/framework. Learn by taking a glance, and remembering the strong and weak points that stand out (so you know when would be a good idea to get acquainted with it closer), and where to look for more info when you actually need that. – Pavel Minaev Nov 8 at 11:03
vote up 3 vote down

Hi Sergey!

Well, it depends. In general, if you want to write cross-platform applications (right now) than Java is better. (It's better to say cross-OS applications, because Java is platform itself.)

And what about better language... I don't think that better language means language with more amount of syntax sugar. =)

link|flag
vote up 1 vote down

If you want to focus more on web development, then i would personally recommend c# or similar. But as mentioned above, definitely stick with java for cross platform desktop development.

link|flag
Could you please specify why do you recommend to switch to Java if I want to focus on web development? – Sergey Nov 8 at 10:42
1  
im gunna go ahead and blame temporary dyslexia for that.. see edited post – JT.WK Nov 8 at 10:45

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