+ 3
What is the best?
Java or Csharp
4 Respuestas
+ 2
With so much in common, the language you ultimately choose to use will depend largely upon the platform you have chosen for your project. Today, C# is used primarily on the .NET Framework, Mono, and Portable.NET implementations of the CLI. If your software or web application is being built for Windows, C# will work best with the .NET suite of technologies.
But the two are general purpose, objects oriented programming language. Both have extensive libraries that can be used to build applications for the desktop, web, mobile devices, and other platforms. Both have large communities of enthusiastic fans, and plenty of online support.
That said, if you wish to develop for Unix, Linux, or other platforms outside of the Microsoft platform, Java’s large open-source ecosystem is the better choice. The community is constantly creating new libraries and tools.
+ 2
c# and java are very similar ,it depends on what you want to develop. if you want to make games c# is better especially with unity, if u want to make other apps you can use both
the diffrence between java and c# is that c# is close source and java is open source,which means that java is suited for all platforms, c# is only for .net programs,windows programs.also c# is usually more secured than java because its close source.
both have similar classes, i like c# because its easy to understand it,easy to work with language and not a complicated language.
+ 1
we can make ios app and native android app using c#
0
I'm use csharp.
But at the end every language uses Java language.
Till now Java is more robust than c# and others.