Today, I had a lunch (chinese) with Inil, co-founder of http://www.tweetalicious.com/. Inil is a Java/Linux guy and obviously, you know we. He could not agree on if C# is better and faster or Java. Inil thinks Java/Linux/MySQL development is faster in general than C#/Windows/SQL Server.
Thoughts? Research? Links?
Loading

Mahesh ChandPosted Oct 12, 2011, 11:03 PM
Satyapriya NayakPosted Oct 12, 2011, 3:30 PM
Software test engineer can better know about which language is faster.
For example if we create a login in page using c# and java language. And here we note down how much time is needed for the user to logged into the system.
Here is a Link which Compares Csharp with java
http://en.wikipedia.org/wiki/Comparison_of_C_Sharp_and_JavaVulpesPosted Oct 12, 2011, 2:56 PM
Javeed M ShaikhPosted Oct 12, 2011, 2:36 PM
this extract is from msdn:
"So, which language is superior? You have Java, which will run on many different operating systems without recompiling code. You have C#, which seems to have many more built-in language features, and will run on any operating system that has an installed CLR. Naturally, if you have limited development time and need an application that can run on almost any operating system, then Java seems to be the obvious current choice. But if you know that your application will run on Windows, and you have or don't have limited development time, using a good type-safe, powerful language like C# seems to a very excellent decision. Anywhere in-between, which most software falls, will require a more difficult analysis."
link for reference (goto Conclusion section)
http://msdn.microsoft.com/en-us/library/ms836794.aspx#tchhitsmisses
one more link to performance chart:
http://reverseblade.blogspot.com/2009/02/c-versus-c-versus-java-performance.html