+ 2
Is C# slower than Java?
As we already know C# is developed after Java, so is it faster than Java or not?
3 Respuestas
+ 4
according to this benchmark C# is faster(though in some aspects their speed is close):
https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/csharp.html
+ 3
I think C# is faster in general. even if the OS is not Windows
I've found this benchmark results on android comparing Xamarin C# vs Java performance which shows C# is faster in most cases:
https://stackoverflow.com/questions/17134522/does-anyone-have-benchmarks-code-results-comparing-performance-of-android-ap
+ 2
salar vahidi would it depend on if the OS is Windows or not?