• 0

which language better


Question

4 answers to this question

Recommended Posts

  • 0

HELLO GUYS,

Can anyone tell me which language is better for developing desktop application?java or .net

Those are platforms, not languages. On the Java platform the two main languages are Java (the language) and Scala. Out of these two, Scala is way better and Java is way more popular. On .NET the main languages are C# and VB, but there are many more. Both are functionally equivalent but C# is more popular among professional software developers. If you're developing for Windows the obvious choice is .NET (Winforms, WPF, integration with WinRT). http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop
Link to comment
Share on other sites

  • 0

HELLO GUYS,

Can anyone tell me which language is better for developing desktop application?java or .net

I personally would go C# or JAVA ... I already learning java and am sticking to it and its family (as i now have java mind set) both will get you jobs one of my friends is learning C# then objective so we can partner up

Link to comment
Share on other sites

  • 0

It depends on which OS platforms you're aiming for. Java will of course run on most any. There are .NET runtimes for operating systems other than Windows, but not made by Microsoft itself, so you might be out of luck on some features of it. Python is also good and there's a lot of GUI toolkit bindings for it. You can of course go C or C++ and use cross-platform GUI APIs or go native with them if you want pure performance.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.